elevenlabs_flutter_sdk 0.0.1
elevenlabs_flutter_sdk: ^0.0.1 copied to clipboard
Flutter plugin for ElevenLabs conversational agents on Android and iOS using a unified Dart API.
0.0.1 #
Initial public release.
- Added unified Flutter API for ElevenLabs session control on Android and iOS.
- Implemented method channel support for:
- session lifecycle
- text/context updates
- feedback
- mute controls and status
- Added event channel support with convenience streams:
- connection, message, mode, status
- feedback availability
- unhandled tool calls
- VAD score and audio alignment
- Added iOS plugin implementation mapped to ElevenLabs Swift SDK API.
- Updated iOS plugin requirements to Swift 5.9 and iOS 13.0.