- Upgrade to flutter version 3.2.0
- Upgrade to
flutter_blue_plus: ^1.29.0
- Refactor of
MovisensService
to avoid late initialization problems.
- Upgrade to flutter version 3.0.0
- Updated flutter version and Android AGP
- Added
DeviceInformationService
,BatteryLevel
, liveHeartRateMeasurement
and moreUserData
values.
- added support for getting a stream of device connection
state
events
- misc. update to docs
- Re-implementation of package to use direct Bluetooth communication using
flutter_blue_plus
instead of Movisens libraries
- upgrade to null-safety
- upgrade of plugin and example app to latest new Flutter platform model
- Code clean-up and documentation
- Changed path provider from ^0.5.0 to 1.2.0
- Fixed Movisens core Android library for foreground service and notification error. Now notification is removed on app kill
- Changed Movisens core Android library for foreground service notification on Android>8.1
MovisensDataPoint
removed and replaced with aMap
.
- Initial release.