question_frame 1.0.2 copy "question_frame: ^1.0.2" to clipboard
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_frame

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

dependencies:
  question_frame: ^1.0.2

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:question_frame/question_frame.dart';
11
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Questionnaire package for dynamic form. The Package aims to provide custom implementation of many type of widget to ease the form making.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, json_annotation, path

More

Packages that depend on question_frame