flutter_ble_connection_manager 0.2.1
flutter_ble_connection_manager: ^0.2.1 copied to clipboard
Reliable BLE connection lifecycle management for FlutterBluePlus — setup, readiness, cancellation, retries and reconnects.
0.2.0 #
- Quality Assurance & Automation Release.
- Testing: Added 100% test coverage for
BleConnectionManager,LifecycleSerializer, andRetryScheduler. - Testing: Added
MockBleConnectionManagerUI Smoke Tests in theexampleapp for 5 real-world hardware scenarios. - CI/CD: Integrated GitHub Actions workflow to run automatic
flutter testanddart analyzefor core package and example app on every Push/PR. - Bug Fix (Mock): Fixed an issue in
MockBleConnectionManagerwherestateStreamdid not behave as aBehaviorSubject, causing late subscribers to miss the initial state. - Bug Fix (Serializer): Implemented strict
Zone-based deadlock detection inLifecycleSerializerto prevent accidental recursion during setup callbacks.
0.1.0 #
- Initial development release.