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

This is form builder library help to design form flow using flow.json file in given JSON Format.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flow_form

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

dependencies:
  flow_form: ^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:flow_form/flow_form.dart';
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

This is form builder library help to design form flow using flow.json file in given JSON Format.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter, flutter_redux, http, redux

More

Packages that depend on flow_form