- upgraded Android SDK level
- upgraded flutter version
- upgraded AGP
- small refactor and improvement of docs
- using
ActivityRecognition()
when creating a singleton -- standard practice in Dart.
- PR #474 - Android 12 intent-flag
- the name of the stream has been changed from
startStream
toactivityStream
- cleanup in example app
- improvements to documentation
- Fix of issue #309, i.e. a null pointer that occurs when running the plugin on API 30.
- Replaced the deprecated
IntentService
with aJobIntentService
. - PR #314
- Null safety migration
- Updated swift code
- Update docs.
- Fix the null pointer exception described in #309
- Rewrote the native source code for long-term maintenance sake.
- Changed the API to be easier to follow.
- upgrade to
flutter_foreground_service
v. 0.2.1 (Issue #238) - updated wrong title in example app
- upgrade to
flutter_foreground_service
v. 0.2.0 (Issue #238)
- Activity recognition now works in the background on Android by means of a foreground service
- Updated domain model
- Updated example wrt. permission for Android API 29 and later
- Added the ActivityType class
- Updated example app
- Updated docs
- Updated Android permissions in docs
- Removed table from README since it was broken on pub.dev
- Changed package name to
dk.cachet.activity_recognition_flutter
- Updated documentation with the link to https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects
- Initial re-implementation