seilon_voice_plugin 0.1.5
seilon_voice_plugin: ^0.1.5 copied to clipboard
Flutter bridge for the Seilon BLE recorder SDK on Android and iOS.
0.1.5 #
- Updated the bundled Android AAR/Maven artifact and iOS XCFramework to Seilon BLE SDK 1.0.3.
- Added
SeilonVoicePlugin.networkfor Wi-Fi and TCP connections that do not require an active BLE recorder session. - Added Wi-Fi country-code query/configuration and device-side file-download stop APIs.
- Clarified the difference between local download cancellation and sending the stop-transfer command to the recorder.
0.1.4 #
- Updated the bundled Android AAR/Maven artifact and iOS XCFramework to Seilon BLE SDK 1.0.2.
- Fixed Android connection compatibility through the SDK's coroutines 1.11.0 dependency and restored
RecordingPenRuntimeKtruntime class. - Added an Android ABI regression test for both SDK connection failures.
0.1.3 #
- Updated the bundled Android AAR/Maven artifact and iOS XCFramework to Seilon BLE SDK 1.0.1.
- Added native support for distinct recording-control replies and recording-state reports with environment/headset recording file-name parsing.
0.1.2 #
- Updated the minimum supported SDK versions to Flutter 3.44 and Dart 3.12.
- Migrated the Android plugin and example app to the AGP 9 built-in Kotlin-compatible Gradle layout.
- Verified compatibility with Flutter 3.44.2 on Android and iOS.
- Fixed the English and Simplified Chinese README navigation on pub.dev.
0.1.1 #
- Replaced the package README with an English-first bilingual API and usage guide.
- Added in-page English and Simplified Chinese language switching.
- Documented file-transfer progress, device hotspot credentials, and TCP endpoint usage.
- Added the verified Seilon homepage and package topics to pub.dev metadata.
0.1.0 #
- 集成 Seilon BLE SDK 1.0.0 Android AAR/Maven 制品和 iOS XCFramework。
- 新增完整类型化 Dart API、稳定错误码、事件流与会话令牌保护。
- 新增 Android 运行时权限检查和申请。
- 支持 iOS CocoaPods、Swift Package Manager、真机与模拟器架构。
- 将 example 升级为全功能双端真机测试面板,并补充 Dart、Widget、Integration 和 Android 原生测试。
0.0.1 #
- Initial Flutter plugin scaffold.