conditional_questions 1.0.1 copy "conditional_questions: ^1.0.1" to clipboard
conditional_questions: ^1.0.1 copied to clipboard

discontinuedreplaced by: flutter_survey
outdated

A package that handles the creation and state of a dynamic questionnaire/survey with conditional questions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add conditional_questions

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  conditional_questions: ^1.0.1

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:conditional_questions/conditional_questions.dart';
33
likes
0
pub points
60%
popularity

Publisher

verified publishermichelthomas.dev

A package that handles the creation and state of a dynamic questionnaire/survey with conditional questions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on conditional_questions