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 2a4cd76 commit 869df27Copy full SHA for 869df27
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: form_builder_validators
2
description: Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own.
3
-version: 11.1.1
+version: 11.1.2
4
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_validators
5
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues
6
homepage: https://github.com/flutter-form-builder-ecosystem
@@ -19,7 +19,7 @@ dependencies:
19
sdk: flutter
20
flutter_localizations:
21
22
- intl: ^0.19.0
+ intl: '>=0.19.0 <0.21.0'
23
24
dev_dependencies:
25
faker_dart: ^0.2.2
0 commit comments