custom_activity_recognition 0.0.11 copy "custom_activity_recognition: ^0.0.11" to clipboard
custom_activity_recognition: ^0.0.11 copied to clipboard

This plugin is used to recognize user activity transition on Android and iOS platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_activity_recognition

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  custom_activity_recognition: ^0.0.11

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:custom_activity_recognition/custom_activity_recognition.dart';
10
likes
160
points
660
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin is used to recognize user activity transition on Android and iOS platforms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, plugin_platform_interface

More

Packages that depend on custom_activity_recognition