dynamic_form_state 1.0.0+1 copy "dynamic_form_state: ^1.0.0+1" to clipboard
dynamic_form_state: ^1.0.0+1 copied to clipboard

dynamic_form_state makes it easy to manage a changing widget state with many different types of values, for example a large input for. Initalize dynamic_form_state with any number of dynamic values wi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_form_state

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

dependencies:
  dynamic_form_state: ^1.0.0+1

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

Publisher

unverified uploader

dynamic_form_state makes it easy to manage a changing widget state with many different types of values, for example a large input for. Initalize dynamic_form_state with any number of dynamic values with default values and access both its setState and values with ease.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on dynamic_form_state