carp_apps_package 1.3.1 copy "carp_apps_package: ^1.3.1" to clipboard
carp_apps_package: ^1.3.1 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 Dart:

 $ dart pub add carp_apps_package

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 dart pub get):

dependencies:
  carp_apps_package: ^1.3.1

Alternatively, your editor might support dart pub get or 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_data.dart';
import 'package:carp_apps_package/apps_package.dart';