flutter_hook_form 1.0.0 copy "flutter_hook_form: ^1.0.0" to clipboard
flutter_hook_form: ^1.0.0 copied to clipboard

A Flutter package that provides a hook to manage form fields.

1.0.0 #

Breaking Changes #

  • ⚠️ Validator usage has been updated to support internationalization:

    • Validators are now declared in a list instead of being chained in a function.
    • Validators now return errorCode instead of error messages
    • Error messages are handled through the FormErrorMessages class
    • Custom validators need to extend Validator<T> and provide an errorCode
    • See the documentation for migration details
  • ✨ Add code generation support for form schemas

  • 🌍 Add built-in internationalization support

  • 🛠️ Improve code organization and maintainability

0.0.4 #

  • Add comprehensive documentation
  • Update exports
  • Add example for package demonstration

0.0.3 #

  • Downgrade mime package to 1.0.6

0.0.2 #

  • Add test suite and improve comments

0.0.1 #

  • Init project
3
likes
0
points
121
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a hook to manage form fields.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, collection, cross_file, flutter, flutter_hooks, mime, path, source_gen

More

Packages that depend on flutter_hook_form