Skip to content

Commit 194ff0b

Browse files
committed
chore(validators): released v7.0.0
1 parent 3a70090 commit 194ff0b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

packages/form_builder_validators/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.0.0] - 02-Sep-2021
2+
* New Package 🎉🎊 - Split from and no dependency on [flutter_form_builder](https://pub.dev/packages/flutter_form_builder)
3+
* Added Arabic and Persian/Farsi support
4+
* Use intl_utils package for localization
5+
* Minor type fixes
6+
* Documentation and example improvements
7+
18
## [7.0.0-RC.1] - 02-Sep-2021
29
* `maxLength` and `minLength` validators can now work with `Iterable` field values length
310

packages/form_builder_validators/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ To allow for localization of default error messages within your app, add `FormBu
118118
],
119119
```
120120
### Languages supported (default errorText messages)
121+
- Arabic (ar)
121122
- English (en)
123+
- Farsi/Persian (fa)
122124
- French (fr)
123125
- German (de)
124126
- Hungarian (hu)

packages/form_builder_validators/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_validators
2-
description: This package provides common reusable FormFieldValidators for Flutter FormField widgets with internationaization
3-
version: 7.0.0-RC.1
2+
description: This package provides common reusable FormFieldValidators for Flutter FormField widgets with internationalization
3+
version: 7.0.0
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)