Skip to content

Commit c1bb9d6

Browse files
chore(release): 4.0.0
1 parent 2ad28aa commit c1bb9d6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.0.0]
2+
3+
* Update constraints to Dart 3
4+
* Update constraints to Flutter 3.10
5+
* 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)
6+
17
## [4.0.0-dev.2]
28

39
* Update constraints to Dart 3
@@ -24,20 +30,25 @@
2430
* Improve documentation and displaying images #20(Thanks @ahmednfwela)
2531

2632
## [2.0.0]
33+
2734
* Support for `flutter_form_builder` 7.*
2835
* Use XFile instead of the old picker
2936
* Proper null safety
3037
* Added `displayCustomType` to accept any type for the values
3138
* Used ListView.builder for lazy loading items
3239

3340
## [1.0.0-nullsafety.0]
41+
3442
* Started working on null-safety
3543

3644
## [0.1.2]
45+
3746
* Formatted code sample in README
3847

3948
## [0.1.1]
49+
4050
* Include code sample in README
4151

4252
## [0.1.0]
53+
4354
* 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: "4.0.0-dev.2"
84+
version: "4.0.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: 4.0.0-dev.2
3+
version: 4.0.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)