activity_recognition_flutter 3.0.1
activity_recognition_flutter: ^3.0.1 copied to clipboard
Activity recognition plugin for Android and iOS.
3.0.1 #
- Fix the null pointer exception described in https://github.com/cph-cachet/flutter-plugins/issues/309
3.0.0 #
- Rewrote the native source code for long-term maintenance sake.
- Changed the API to be easier to follow.
2.0.2 #
- upgrade to
flutter_foreground_service
v. 0.2.1 (Issue #238) - updated wrong title in example app
2.0.1 #
- upgrade to
flutter_foreground_service
v. 0.2.0 (Issue #238)
2.0.0 #
- Activity recognition now works in the background on Android by means of a foreground service
- Updated domain model
1.2.4 #
- Updated example wrt. permission for Android API 29 and later
1.2.3 #
- Added the ActivityType class
- Updated example app
- Updated docs
1.2.2 #
- Updated Android permissions in docs
- Removed table from README since it was broken on pub.dev
1.2.0 #
- Changed package name to
dk.cachet.activity_recognition_flutter
1.1.0 #
- Updated documentation with the link to https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects
1.0.0 #
- Initial re-implementation