survey_form 1.0.2-dev.3-enumeration
survey_form: ^1.0.2-dev.3-enumeration copied to clipboard
This package enables supervisors to monitor certain activities and record observations according to defined set of questions.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add survey_formWith Flutter:
$ flutter pub add survey_formThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
survey_form: ^1.0.2-dev.3-enumerationAlternatively, 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:survey_form/survey_form.dart';