flutter_formx 2.1.0
flutter_formx: ^2.1.0 copied to clipboard
Flutter FormX provides an easy way of dealing with forms and their states without creating a lot of boilerplate code.
Changelog #
2.1.0 #
- Fix strings with only blank spaces being validated by required field validator
2.0.1 #
- Fix image paths in README
2.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
1.0.0 #
- Initial release