activity_rec_flutter 3.0.11
activity_rec_flutter: ^3.0.11 copied to clipboard
This plugin is used to recognize user activity on Android and iOS platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add activity_rec_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
activity_rec_flutter: ^3.0.11Alternatively, 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:activity_rec_flutter/activity_rec_flutter.dart';