go_form 0.3.0 copy "go_form: ^0.3.0" to clipboard
go_form: ^0.3.0 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.3.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:go_form/go_form.dart';
1
likes
140
points
64
downloads

Publisher

verified publisherkotelnikoff.dev

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on go_form