Skip to content

Commit 8d682ed

Browse files
chore(release): 4.4.0
1 parent c1321b5 commit 8d682ed

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.4.0
2+
3+
* Update constraints to Flutter 3.38
4+
* Update constraints to Dart 3.10
5+
* Update README
6+
* Add optionsClipBehavior parameter for customizing clip behavior on image picker options. [PR #83](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/pull/83) thanks to [@untillnesss](https://github.com/untillnesss)
7+
18
## 4.3.1
29

310
* Fix: Downgrade `async` to allow compatible with `flutter_test` on Flutter 3.29 stable version [#81](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/issues/81)
@@ -79,4 +86,3 @@
7986
## 0.1.0
8087

8188
* Initial release.
82-

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.3.1
3+
version: 4.4.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)