File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## [ 4.0.0-dev.2]
2
8
3
9
* Update constraints to Dart 3
24
30
* Improve documentation and displaying images #20 (Thanks @ahmednfwela )
25
31
26
32
## [ 2.0.0]
33
+
27
34
* Support for ` flutter_form_builder ` 7.*
28
35
* Use XFile instead of the old picker
29
36
* Proper null safety
30
37
* Added ` displayCustomType ` to accept any type for the values
31
38
* Used ListView.builder for lazy loading items
32
39
33
40
## [ 1.0.0-nullsafety.0]
41
+
34
42
* Started working on null-safety
35
43
36
44
## [ 0.1.2]
45
+
37
46
* Formatted code sample in README
38
47
39
48
## [ 0.1.1]
49
+
40
50
* Include code sample in README
41
51
42
52
## [ 0.1.0]
53
+
43
54
* Initial release.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ packages:
81
81
path: ".."
82
82
relative: true
83
83
source: path
84
- version: "4.0.0-dev.2 "
84
+ version: "4.0.0"
85
85
http:
86
86
dependency: transitive
87
87
description:
Original file line number Diff line number Diff line change 1
1
name : form_builder_image_picker
2
2
description : Images picker field for FlutterFormBuilder. Get images from gallery or camera
3
- version : 4.0.0-dev.2
3
+ version : 4.0.0
4
4
repository : https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker
5
5
issue_tracker : https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/issues
6
6
homepage : https://github.com/flutter-form-builder-ecosystem
You can’t perform that action at this time.
0 commit comments