stateful_form 0.5.8 copy "stateful_form: ^0.5.8" to clipboard
stateful_form: ^0.5.8 copied to clipboard

A Flutter package to simplify form validation and state management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stateful_form

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

dependencies:
  stateful_form: ^0.5.8

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:stateful_form/stateful_form.dart';
0
likes
160
pub points
30%
popularity

Publisher

verified publisherhanlogy.com

A Flutter package to simplify form validation and state management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on stateful_form