File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ # 0.4.0
2
+
3
+ * Set minimal Flutter version to 3.24.0
4
+ * Set minimal Dart version to 3.5.0
5
+
1
6
# 0.3.0
2
7
3
8
* ` FormBuilderCupertinoTextField ` add placeholder and placeholderStyle
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ packages:
89
89
path: ".."
90
90
relative: true
91
91
source: path
92
- version: "0.2.1 "
92
+ version: "0.3.0 "
93
93
intl:
94
94
dependency: transitive
95
95
description:
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
5
5
version : 1.0.0+1
6
6
7
7
environment :
8
- sdk : ' >=3.4 .0 <4.0.0'
9
- flutter : " >=3.22 .0"
8
+ sdk : ' >=3.5 .0 <4.0.0'
9
+ flutter : " >=3.24 .0"
10
10
11
11
dependencies :
12
12
flutter :
13
13
sdk : flutter
14
14
cupertino_icons : ^1.0.8
15
- flutter_form_builder : ^9.3 .0
15
+ flutter_form_builder : ^9.4 .0
16
16
form_builder_cupertino_fields :
17
17
path : ../
18
18
Original file line number Diff line number Diff line change 1
1
name : form_builder_cupertino_fields
2
2
description : Additional form inputs fields with Cupertino style for flutter_form_builder package
3
- version : 0.3 .0
3
+ version : 0.4 .0
4
4
repository : https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields
5
5
issue_tracker : https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields/issues
6
6
homepage : https://github.com/flutter-form-builder-ecosystem
@@ -12,13 +12,13 @@ funding:
12
12
- https://opencollective.com/flutter-form-builder-ecosystem
13
13
14
14
environment :
15
- sdk : ' >=3.4 .0 <4.0.0'
16
- flutter : " >=3.22 .0"
15
+ sdk : ' >=3.5 .0 <4.0.0'
16
+ flutter : " >=3.24 .0"
17
17
18
18
dependencies :
19
19
flutter :
20
20
sdk : flutter
21
- flutter_form_builder : ^9.3 .0
21
+ flutter_form_builder : ^9.4 .0
22
22
intl : ^0.19.0
23
23
24
24
dev_dependencies :
You can’t perform that action at this time.
0 commit comments