bond_form 0.0.1+6 copy "bond_form: ^0.0.1+6" to clipboard
bond_form: ^0.0.1+6 copied to clipboard

Form is a Bond package provides a convenient way to handle Form.

example/example.md

Basic usage: #

final loginForm = FormStateNotifier<String, Error>(
fields: {
'email': TextFieldState(null, label: 'Email'),
'password': TextFieldState(null, label: 'Password'),
},
);

// Updating a form field
loginForm.update('email', 'johndoe@gmail.com');

// Submitting the form
loginForm.submit();

Documentation #

For a comprehensive guide on how to use form_bond, please refer to the full documentation available in the bond_docs repository under the forms.md file.

Read Full Documentation Here

2
likes
0
pub points
53%
popularity

Publisher

unverified uploader

Form is a Bond package provides a convenient way to handle Form.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bond_core, flutter, intl, meta

More

Packages that depend on bond_form