go_form 1.9.1
go_form: ^1.9.1 copied to clipboard
A generic controller for managing state and validation of input fields in Flutter. Supports initial value, validation, errors, and focus.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add go_formThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
go_form: ^1.9.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:go_form/go_form.dart';