Skip to content

Commit 253350f

Browse files
chore(release): 4.1.0
1 parent 9ef2bd5 commit 253350f

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

CHANGELOG.md

+21-11
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,64 @@
1-
## [4.0.0]
1+
## 4.1.0
2+
3+
* Upgrade image_picker to 1.x.x
4+
* Add support to preview builder #54 mvarendorff
5+
* Update android and web examples setup
6+
* Add linux setup example
7+
* Set minimal Flutter version to 3.22.0
8+
* Set minimal Dart version to 3.4.0
9+
10+
## 4.0.0
211

312
* Update constraints to Dart 3
413
* Update constraints to Flutter 3.10
514
* Update flutter_form_builder to 9.0.0. Take a look breaking changes on [there changelog](https://pub.dev/packages/flutter_form_builder/changelog#900)
615

7-
## [4.0.0-dev.2]
16+
## 4.0.0-dev.2
817

918
* Update constraints to Dart 3
1019

11-
## [4.0.0-dev.1]
20+
## 4.0.0-dev.1
1221

1322
* Update constraints to Flutter 3.10
1423
* Update flutter_form_builder to 9.0.0-dev.2
1524

16-
## [3.2.0]
25+
## 3.2.0
1726

1827
* **NEW** Allow only camera or gallery. Details on [readme](https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker#only-specific-pickers)
1928
* Add `icon` and `backgroundColor` properties
2029
* Update flutter_form_builder to 8.0.0
2130

22-
## [3.1.0]
31+
## 3.1.0
2332

2433
* Apply license BSD-3-clause
2534
* Refactor readme
2635

27-
## [3.0.0]
36+
## 3.0.0
2837

2938
* Support flutter 3
3039
* Improve documentation and displaying images #20(Thanks @ahmednfwela)
3140

32-
## [2.0.0]
41+
## 2.0.0
3342

3443
* Support for `flutter_form_builder` 7.*
3544
* Use XFile instead of the old picker
3645
* Proper null safety
3746
* Added `displayCustomType` to accept any type for the values
3847
* Used ListView.builder for lazy loading items
3948

40-
## [1.0.0-nullsafety.0]
49+
## 1.0.0-nullsafety.0
4150

4251
* Started working on null-safety
4352

44-
## [0.1.2]
53+
## 0.1.2
4554

4655
* Formatted code sample in README
4756

48-
## [0.1.1]
57+
## 0.1.1
4958

5059
* Include code sample in README
5160

52-
## [0.1.0]
61+
## 0.1.0
5362

5463
* Initial release.
64+

pubspec.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: form_builder_image_picker
22
description: Images picker field for FlutterFormBuilder. Get images from gallery or camera
3-
version: 4.0.0
3+
version: 4.1.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
7+
topics:
8+
- form
9+
- forms
710
funding:
811
- https://opencollective.com/flutter-form-builder-ecosystem
912

0 commit comments

Comments
 (0)