Skip to content

Releases: Tuteliq/flutter

v2.1.0

13 Feb 15:23

Choose a tag to compare

What's New

Voice Analysis

  • analyzeVoice() — Transcribe audio files and run safety analysis on the transcript
  • Supports mp3, wav, m4a, ogg, flac, webm, mp4
  • Returns timestamped transcript segments for incident reports

Image Analysis

  • analyzeImage() — Analyze images for visual safety concerns + OCR text extraction
  • Supports png, jpg, jpeg, gif, webp
  • Runs text safety analysis on any extracted text

Webhook Management

  • listWebhooks(), createWebhook(), updateWebhook(), deleteWebhook()
  • testWebhook(), regenerateWebhookSecret()

Pricing & Usage

  • getPricing(), getPricingDetails()
  • getUsageHistory(), getUsageByTool(), getUsageMonthly()

Other

  • Platform auto-tagging for all requests
  • New exception types: QuotaExceededException, TierAccessException

v2.0.0 — Tuteliq Rebrand

13 Feb 11:33

Choose a tag to compare

Tuteliq v2.0.0

Complete rebrand from SafeNest to Tuteliq.

Breaking Changes

  • Package renamed from safenest to tuteliq
  • Class renamed from SafeNest to Tuteliq
  • API endpoint changed to https://api.tuteliq.ai

Migration

- import 'package:safenest/safenest.dart';
+ import 'package:tuteliq/tuteliq.dart';

- final client = SafeNest('your-key');
+ final client = Tuteliq('your-key');

What's New

v1.1.0

12 Feb 10:50

Choose a tag to compare

What's New

  • GDPR compliance endpoints (account deletion + data export)
  • Customer ID tracking for multi-tenant/B2B2C scenarios
  • Improved error handling with rich metadata

v1.0.1

07 Feb 16:34

Choose a tag to compare

  • Fix usage headers to X-Monthly-* format
  • API compatibility improvements