question_frame 1.0.2
question_frame: ^1.0.2 copied to clipboard
Questionnaire package for dynamic form. The Package aims to provide custom implementation of many type of widget to ease the form making.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add question_frameThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
question_frame: ^1.0.2Alternatively, 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:question_frame/question_frame.dart';