go_form 0.1.1 copy "go_form: ^0.1.1" to clipboard
go_form: ^0.1.1 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.1] - 2024-11-22 #

Fixed #

  • Fixed an issue with generic type mismatch causing override errors in FormFieldModelBase.build.

0.1.0 #

  • Added FieldController for form field state management.
  • Support for TextFormField synchronization via TextEditingController.
  • Added setValue method to FieldController 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
1
likes
0
points
381
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on go_form