form_builder_validators 7.0.0
form_builder_validators: ^7.0.0 copied to clipboard
This package provides common reusable FormFieldValidators for Flutter FormField widgets with internationalization
7.0.0 02-Sep-2021 #
- Split into own package from
flutter_form_builder
- Added Arabic and Persian/Farsi support
- Use intl_utils package for localization
- Minor type fixes
- Documentation and example improvements
7.0.0-RC.1 02-Sep-2021 #
maxLength
andminLength
validators can now work withIterable
field values length
7.0.0-RC.0 01-Sep-2021 #
- Added Arabic and Persian/Farsi support
7.0.0-beta.0 19-May-2021 #
- Use intl_utils package for localization
- Documentation and example improvements - added instructions for localization
- Minor type fixes
7.0.0-alpha.2 17-May-2021 #
- Improvements to package documentation and example
7.0.0-alpha.1 16-May-2021 #
- Split into own package from
flutter_form_builder