carp_movesense_package 3.0.0
carp_movesense_package: ^3.0.0 copied to clipboard
The CARP Movesense sampling package. Samples sensor data from the Movesense MD and ACTIVE (HR+, HR2) devices.
3.0.0 #
- BREAKING (dependency only): migrated from the
mdsflutterplugin to thecarp_movesense_flutterplugin. - The public Dart API of this sampling package is unchanged
carp_movesense_flutterbundles the native Movesense MDS libraries (the Androidmdslib.aarand the iOSMovesenseMDS.xcframework). Apps that upgrade should remove the now-obsolete manual Movesense SDK setup: the manually vendoredandroid/libs/mdslib-*.aar+flatDirrepository, and thepod 'Movesense', :git => ...line in the iOSPodfile. See the README for details.- Raised the minimum Dart SDK to
3.12.2(required bycarp_movesense_flutter).
2.0.2 #
- disconnect from MDS when a connection attempt fails, so the native SDK stops auto-retrying in the background and the device settles as disconnected
2.0.1 #
- register the 1.x
MovesenseDevicedevice type as afromJsonalias, for backwards compatibility with studies created on CAMS 1.x (protocol API level < 2.0)
2.0.0 #
- upgrade to CARP Core and CAMS API level 2.0.0
1.7.2 #
- added device information measure and probe to get the device information from connected Movesense devices
- better error handling and messages
- fix of #448
- fix of error on reconnect
1.6.0 #
- upgrade to carp_serialization v. 2.0 & carp_mobile_sensing: 1.10.0
1.5.1 #
- fix compatibility with Flutter 3.24
1.5.0 #
- upgrading to carp_mobile_sensing v. 1.9.0 (better permission handling)
1.4.5 #
- upgrade of plugin versions
- cleanup in pubspec
1.4.2 #
- added unit tests
- improved documentation
1.4.1 #
- initial release supporting Movesense device management and sampling of tap events, HR, ECG, temperature, and IMU measures.
- updated docs