dataform 1.0.1
dataform: ^1.0.1 copied to clipboard
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 dataformThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dataform: ^1.0.1Alternatively, 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';