We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a28cf commit 3a70090Copy full SHA for 3a70090
packages/form_builder_validators/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [7.0.0-RC.1] - 02-Sep-2021
2
+* `maxLength` and `minLength` validators can now work with `Iterable` field values length
3
+
4
## [7.0.0-RC.0] - 01-Sep-2021
5
* Added Arabic and Persian/Farsi support
6
packages/form_builder_validators/pubspec.yaml
@@ -1,6 +1,6 @@
name: form_builder_validators
description: This package provides common reusable FormFieldValidators for Flutter FormField widgets with internationaization
-version: 7.0.0-RC.0
+version: 7.0.0-RC.1
homepage: https://github.com/danvick/flutter_form_builder
environment:
0 commit comments