Last updated:
0 purchases
activity recognition
activity_recognition #
Activity recognition plugin for Android and iOS. Only working while App is running (= not terminated by the user or OS).
Getting Started #
Check out the example directory for a sample app using activity recognition.
Android Integration #
Add permission to your Android Manifest:
<uses-permission android:name="com.google.android.gms.permission.ACTIVITY_RECOGNITION" />
copied to clipboard
Add the plugin service:
<service android:name="at.resiverbindet.activityrecognition.activity.ActivityRecognizedService" />
copied to clipboard
iOS Integration #
An iOS app linked on or after iOS 10.0 must include usage description keys in its Info.plist file
for the types of data it needs. Failure to include these keys will cause the app to crash.
To access motion and fitness data specifically, it must include NSMotionUsageDescription.
Flutter Integration #
import 'package:activity_recognition/activity_recognition.dart';
ActivityRecognition.activityUpdates()
copied to clipboard
Flutter help #
For help getting started with Flutter, view our online
documentation.
For help on editing plugin code, view the documentation.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.