form_creator 0.1.0 copy "form_creator: ^0.1.0" to clipboard
form_creator: ^0.1.0 copied to clipboard

A flexible Flutter package for building dynamic surveys and questionnaires with ease.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_creator

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

dependencies:
  form_creator: ^0.1.0

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:form_creator/form_creator.dart';
0
likes
130
points
148
downloads

Publisher

verified publishertecholve.org

Weekly Downloads

A flexible Flutter package for building dynamic surveys and questionnaires with ease.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

file_picker, flutter, intl

More

Packages that depend on form_creator