go_form 0.2.3 copy "go_form: ^0.2.3" to clipboard
go_form: ^0.2.3 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_form

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

dependencies:
  go_form: ^0.2.3

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:go_form/go_form.dart';
1
likes
130
points
401
downloads

Publisher

unverified uploader

Weekly Downloads

A generic controller for managing state and validation of input fields in Flutter. Supports initial value, validation, errors, and focus.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on go_form