carp_survey_package 0.20.4 carp_survey_package: ^0.20.4 copied to clipboard
CARP survey sampling package. Samples survey data from the Flutter Research Package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add carp_survey_package
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
carp_survey_package: ^0.20.4
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_survey_package/survey.dart';
import 'package:carp_survey_package/survey.g.dart';
import 'package:carp_survey_package/survey_domain.dart';
import 'package:carp_survey_package/survey_runtime.dart';
import 'package:carp_survey_package/survey_ui.dart';
import 'package:carp_survey_package/survey_user_task.dart';
import 'package:carp_survey_package/who5.dart';