activity_recognition 0.1.3 copy "activity_recognition: ^0.1.3" to clipboard
activity_recognition: ^0.1.3 copied to clipboard

Activity recognition plugin for Android and iOS using the native APIs - ActivityRecognitionClient on Android, CoreMotion on iOS.

activity_recognition #

pub package

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" />

Add the plugin service:

<service android:name="at.resiverbindet.activityrecognition.activity.ActivityRecognizedService" />

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()

Flutter help #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

1
likes
20
pub points
20%
popularity

Publisher

unverified uploader

Activity recognition plugin for Android and iOS using the native APIs - ActivityRecognitionClient on Android, CoreMotion on iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on activity_recognition