flutter_formx 3.0.1 copy "flutter_formx: ^3.0.1" to clipboard
flutter_formx: ^3.0.1 copied to clipboard

Flutter FormX provides an easy way of dealing with forms and their states without creating a lot of boilerplate code.

Changelog #

v3.0.1 #

  • Fix state management content in README

v3.0.0 #

  • [Breaking change] Add vanilla implementation - This change affects MobX implementations since we have changed FormX
  • Add Bloc implementation
  • Restructure the library's folders
  • Add option to apply validation on form setup. The default behavior is that the form is validated on the setup, so it doesn't break on previous versions. This does not apply to vanilla implementations

v2.1.0 #

  • Fix strings with only blank spaces being validated by required field validator

v2.0.1 #

  • Fix image paths in README

v2.0.0 #

  • [Breaking change] Rename FormItem to FormXField
  • [Breaking change] Expose the library file only
  • Improve documentation
  • Fix example project setup
  • Add optional soft validation when updating and validating an item

v1.0.0 #

  • Initial release
14
likes
140
pub points
45%
popularity

Publisher

verified publisherrevelo.com

Flutter FormX provides an easy way of dealing with forms and their states without creating a lot of boilerplate code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

bloc, equatable, flutter, mobx

More

Packages that depend on flutter_formx