mdsflutter 2.1.1 mdsflutter: ^2.1.1 copied to clipboard
Flutter plugin for MDS (Movesense Device Service) that is used for communicating with Movesense devices. This plugin was createad originally by Tugberk Agdokan and it used to be at https://github.com [...]
2.1.1-rc1 #
- Bugfix: Cocoapods can't access remote repository (Issue #13)
- Bugfix: The MdsAsync API is not documented (Issue #14)
2.1.0 #
- Prevent duplicate connections to same device
- Add error information to callback (Issue #20)
- Bugfix: MDS Not Creared on app kill
2.0.0 #
- Fixed "MdsAsync.get returns null" (Issue #6)
- Changed protobuf-lite to -javalite (Issue #4)
- Tested with latest flutter and MDS (3.15.0)
- Updated to more modern gradle
- changed minimum ios version to 12
- Feature: Async API (See: MdsAsync) Please send feedback and improvement ideas!
1.1.0 #
- Feature: Null safety
1.0.1 #
- Bugfix: Reconnect doesn't work if disconnect caused by BLE connection loss
1.0.0 #
- Initial release of the plugin.