carp_apps_package 1.4.0 copy "carp_apps_package: ^1.4.0" to clipboard
carp_apps_package: ^1.4.0 copied to clipboard

PlatformAndroid

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: ^1.4.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_data.dart';
import 'package:carp_apps_package/apps_package.dart';