Skip to content

Commit c6cd5a2

Browse files
committed
chore: released form_builder_validators v7.5.0
1 parent c0bab93 commit c6cd5a2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

packages/form_builder_validators/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [7.5.0] - 17-Feb-2022
2+
* Added Lao (lo) language support
3+
* Added Dutch (nl) language support
4+
15
## [7.4.0] - 31-Jan-2022
26
* Added Russian (ru) language support
37

packages/form_builder_validators/example/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class MyApp extends StatelessWidget {
2323
Locale('es'),
2424
Locale('fr'),
2525
Locale('it'),
26+
Locale('lo'),
2627
],
2728
localizationsDelegates: const [
2829
GlobalMaterialLocalizations.delegate,

packages/form_builder_validators/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_validators
22
description: This package provides common reusable FormFieldValidators for Flutter FormField widgets with internationalization
3-
version: 7.4.0
3+
version: 7.5.0
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)