adonna 0.1.0
adonna: ^0.1.0 copied to clipboard
Flutter plugin that wraps FeasyBeacon Android/iOS SDKs (scan/connect/control beacons).
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