Skip to content

Commit ea90545

Browse files
Merge pull request #80 from flutter-form-builder-ecosystem/release/4.3.0
chore(release): 4.3.0
2 parents fbdff26 + b2f7c09 commit ea90545

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## 4.2.0
211

312
* Set minimal Flutter version to 3.27.0

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ packages:
113113
path: ".."
114114
relative: true
115115
source: path
116-
version: "4.2.0"
116+
version: "4.3.0"
117117
http:
118118
dependency: transitive
119119
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_image_picker
22
description: Images picker field for FlutterFormBuilder. Get images from gallery or camera
3-
version: 4.2.0
3+
version: 4.3.0
44
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)