activity_recognition_flutter 3.0.0 copy "activity_recognition_flutter: ^3.0.0" to clipboard
activity_recognition_flutter: ^3.0.0 copied to clipboard

outdated

Activity recognition plugin for Android and iOS.

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 #

1.0.0 #

  • Initial re-implementation