go_form 0.1.0
go_form: ^0.1.0 copied to clipboard
A generic controller for managing state and validation of input fields in Flutter. Supports initial value, validation, errors, and focus.
0.1.0 #
- Added
FieldController
for form field state management. - Support for
TextFormField
synchronization viaTextEditingController
. - Added
setValue
method toFieldController
for programmatically updating field values. - Built-in validation and error handling.
0.0.2 #
- Initial release of the
go_form
plugin.
0.0.1 #
- Initial release of the
go_form
plugin. - Key features:
- Form controller