Skip to content

Commit 0b27b73

Browse files
chore(release): 3.2.0
1 parent ae23993 commit 0b27b73

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
1-
## [3.1.0] - 28-Jul-2022
1+
## [3.2.0]
2+
3+
* **NEW** Allow only camera or gallery. Details on [readme](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker#only-specific-pickers)
4+
* Add `icon` and `backgroundColor` properties
5+
* Update flutter_form_builder to 8.0.0
6+
7+
## [3.1.0]
28

39
* Apply license BSD-3-clause
410
* Refactor readme
511

6-
## [3.0.0] - 13-Jul-2021
12+
## [3.0.0]
713

814
* Support flutter 3
915
* Improve documentation and displaying images #20(Thanks @ahmednfwela)
1016

11-
## [2.0.0] - 07-Nov-2021
17+
## [2.0.0]
1218
* Support for `flutter_form_builder` 7.*
1319
* Use XFile instead of the old picker
1420
* Proper null safety
1521
* Added `displayCustomType` to accept any type for the values
1622
* Used ListView.builder for lazy loading items
1723

18-
## [1.0.0-nullsafety.0] - 03-Apr-2021
24+
## [1.0.0-nullsafety.0]
1925
* Started working on null-safety
2026

21-
## [0.1.2] - 31-Dec-2020
27+
## [0.1.2]
2228
* Formatted code sample in README
2329

24-
## [0.1.1] - 31-Dec-2020
30+
## [0.1.1]
2531
* Include code sample in README
2632

27-
## [0.1.0] - 31-Dec-2020
33+
## [0.1.0]
2834
* Initial release.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ packages:
8181
path: ".."
8282
relative: true
8383
source: path
84-
version: "3.1.0"
84+
version: "3.2.0"
8585
http:
8686
dependency: transitive
8787
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: 3.1.0
3+
version: 3.2.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)