- Increase test coverage and improved architecture
- Fix for #73 scanForDevices stream should emit error
- Upgrade dependencies
- Bump min Dart sdk version to 2.7
- Improve documentation of public API
- Fix for write without response on iOS
- Add support for newer Flutter versions. Remove support for FLutter lower than v1.10
- Remove unused dependencies from pubspec.yaml
- Fix static analysis warning in example app
- Fix test in prescan_connector_test
This version is introducing the following breaking changes:
- Add parameter requireLocationServicesEnabled to Ble scan that can toggle requirement of location services to be running
- Make filter on advertising services optional and add possibility to filter on more services
- Add manufacturer specific data to scanresults
- Remove global set error handler java
Other improvements:
- Improvements for example app
- Add support for Flutter hot reload on iOS
- Add RSSI value to discovered device results
- Improve parsing of UUIDs
- Migrate to latest Android plugin binding
- Small improvements
- Fix crash on clear Gattcache
-
Fixes #5 Undeliverable exception.
-
Small fixes for example app.
- Update homepage
- Initial Open Source release.