File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.3.0
2
+
3
+ ### Features
4
+
5
+ * Compatibility with ` flutter_form_builder ` 10.0.x. See details on their [ changelog] ( https://pub.dev/packages/flutter_form_builder/changelog )
6
+ * Set minimal Flutter version to 3.29.0
7
+ * Set minimal Dart version to 3.7.0
8
+ * Update example platform setup. Added support to macOS and Windows.
9
+
1
10
## 4.2.0
2
11
3
12
* Set minimal Flutter version to 3.27.0
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ packages:
113
113
path: ".."
114
114
relative: true
115
115
source: path
116
- version: "4.2 .0"
116
+ version: "4.3 .0"
117
117
http:
118
118
dependency: transitive
119
119
description:
Original file line number Diff line number Diff line change 1
1
name : form_builder_image_picker
2
2
description : Images picker field for FlutterFormBuilder. Get images from gallery or camera
3
- version : 4.2 .0
3
+ version : 4.3 .0
4
4
repository : https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker
5
5
issue_tracker : https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/issues
6
6
homepage : https://github.com/flutter-form-builder-ecosystem
You can’t perform that action at this time.
0 commit comments