adonna 0.1.1
adonna: ^0.1.1 copied to clipboard
Flutter plugin that wraps FeasyBeacon Android/iOS SDKs (scan/connect/control beacons).
0.1.1 #
- Fix(Android): marshal EventChannel emissions to main thread for scan and background service to prevent @UiThread crashes
- Chore(Example): brand as "Adonna Example", improve stability notes, keep list stable during Connect (doc)
- Docs(README): add expected test flow, AGP8/AAR notes, clarify iOS background monitoring behavior
0.1.0 #
- Initial public release of Adonna (preview)
- Android: scanning, connect/disconnect, device params, full beacon CRUD, background monitor service with interval detection + notifications, streams
- iOS: scanning, connect/disconnect, device params, beacon CRUD, OTA via FBUpgradeManager, packet stream, device info stream
- Dart API: MethodChannels for control, EventChannels for scan, background, OTA, packet, deviceInfo
- Example app: scan UI, connect/disconnect, PIN, get info, OTA skeleton
- Tests: basic channel tests and iOS unimplemented background path