movisens_flutter 3.1.2 movisens_flutter: ^3.1.2 copied to clipboard
A Flutter plugin for Movisens devices, which connects to the device and listens for incoming data.
3.1.2 #
- Upgrade to flutter version 3.2.0
- Upgrade to
flutter_blue_plus: ^1.29.0
- Refactor of
MovisensService
to avoid late initialization problems.
3.0.0 #
- Upgrade to flutter version 3.0.0
2.0.0 #
- Updated flutter version and Android AGP
1.2.0 #
- Added
DeviceInformationService
,BatteryLevel
, liveHeartRateMeasurement
and moreUserData
values.
1.1.0+1 #
- added support for getting a stream of device connection
state
events
1.1.0 #
- misc. update to docs
1.0.0 #
- Re-implementation of package to use direct Bluetooth communication using
flutter_blue_plus
instead of Movisens libraries
0.2.0 #
- upgrade to null-safety
- upgrade of plugin and example app to latest new Flutter platform model
0.1.6 #
- Code clean-up and documentation
0.1.5 #
- Changed path provider from ^0.5.0 to 1.2.0
0.1.4 #
- Fixed Movisens core Android library for foreground service and notification error. Now notification is removed on app kill
0.1.3 #
- Changed Movisens core Android library for foreground service notification on Android>8.1
0.1.2 #
MovisensDataPoint
removed and replaced with aMap
.
0.1.1 #
- Initial release.