carp_apps_package 0.33.0 carp_apps_package: ^0.33.0 copied to clipboard
Apps sampling package for the CARP Mobile Sensing framework (Android only).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add carp_apps_package
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
carp_apps_package: ^0.33.0
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:carp_apps_package/app_probes.dart';
import 'package:carp_apps_package/apps.dart';
import 'package:carp_apps_package/apps.g.dart';
import 'package:carp_apps_package/apps_datum.dart';
import 'package:carp_apps_package/apps_package.dart';