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

outdated

A Flutter package to fetch data from a form as a Map. With this package, you don't need to manage a lot of text controllers in a form anymore! Simply call a function when the users tap the button at [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dataform

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

dependencies:
  dataform: ^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:dataform/dataform.dart';
2
likes
0
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to fetch data from a form as a Map. With this package, you don't need to manage a lot of text controllers in a form anymore! Simply call a function when the users tap the button at the end of your form and get all the data in a Map, ready to be transformed into JSON and sent to an API!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dataform