File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 9.0.0-dev.2
2
+
3
+ * Update constraints to Dart 3.0
4
+
1
5
## 9.0.0-dev.1
2
6
3
- * Migrate to Flutter 3.10
7
+ * Update constraints to Flutter 3.10
4
8
* Update intl to 0.18.0
5
9
6
10
## 8.6.1
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ packages:
78
78
path: ".."
79
79
relative: true
80
80
source: path
81
- version: "9.0.0-dev.1 "
81
+ version: "9.0.0-dev.2 "
82
82
intl:
83
83
dependency: transitive
84
84
description:
@@ -197,5 +197,5 @@ packages:
197
197
source: hosted
198
198
version: "2.1.4"
199
199
sdks:
200
- dart: ">=3.0.0-417 <4.0.0"
200
+ dart: ">=3.0.0 <4.0.0"
201
201
flutter: ">=3.10.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4
4
version : 1.0.0+1
5
5
6
6
environment :
7
- sdk : " >=2.19.0 < 3.0.0"
7
+ sdk : " >=3.0.0"
8
8
flutter : " >=3.10.0"
9
9
10
10
dependencies :
Original file line number Diff line number Diff line change @@ -190,5 +190,5 @@ packages:
190
190
source: hosted
191
191
version: "2.1.4"
192
192
sdks:
193
- dart: ">=3.0.0-417 <4.0.0"
193
+ dart: ">=3.0.0 <4.0.0"
194
194
flutter: ">=3.10.0"
Original file line number Diff line number Diff line change 1
1
name : form_builder_validators
2
2
description : Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own.
3
- version : 9.0.0-dev.1
3
+ version : 9.0.0-dev.2
4
4
repository : https://github.com/flutter-form-builder-ecosystem/form_builder_validators
5
5
issue_tracker : https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues
6
6
homepage : https://github.com/flutter-form-builder-ecosystem
7
7
funding :
8
8
- https://opencollective.com/flutter-form-builder-ecosystem
9
9
10
10
environment :
11
- sdk : " >=2.19.0 < 3.0.0"
11
+ sdk : " >=3.0.0"
12
12
flutter : " >=3.10.0"
13
13
14
14
dependencies :
You can’t perform that action at this time.
0 commit comments