movisens_flutter 2.0.0
movisens_flutter: ^2.0.0 copied to clipboard
A Flutter plugin for Movisens devices, which connects to the device and listens for incoming data.
2.0.0 #
- Updated flutter version and Android AGP
1.2.0 #
- Added
DeviceInformationService,BatteryLevel, liveHeartRateMeasurementand moreUserDatavalues.
1.1.0+1 #
- added support for getting a stream of device connection
stateevents
1.1.0 #
- misc. update to docs
1.0.0 #
- Reimplentation of package to use direct bluetooth communication using
flutter_blue_plusinstead 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 #
MovisensDataPointremoved and replaced with aMap.
0.1.1 #
- Initial release.