Skip to content

Commit dda4045

Browse files
committed
Update
1 parent 2d212f9 commit dda4045

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 9.2.0
1+
## 10.0.0
22

33
* Update intl to 0.19.0
4-
* Update constraints to Dart 3.2
5-
* Built with Flutter 3.16.6
4+
* Update constraints to Dart 3.4
5+
* Built with Flutter 3.22.0
66
* Improve CI
77

88
## 9.1.0

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
44
version: 1.0.0+1
55

66
environment:
7-
sdk: ^3.2.0
8-
flutter: ">=3.16.6"
7+
sdk: ^3.4.0
8+
flutter: ">=3.22.0"
99

1010
dependencies:
1111
flutter:

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: Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own.
3-
version: 9.2.0
3+
version: 10.0.0
44
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_validators
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)