Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed May 11, 2023
1 parent 2ad28aa commit c1bb9d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.0.0]

* Update constraints to Dart 3
* Update constraints to Flutter 3.10
* 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)

## [4.0.0-dev.2]

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

## [2.0.0]

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

## [1.0.0-nullsafety.0]

* Started working on null-safety

## [0.1.2]

* Formatted code sample in README

## [0.1.1]

* Include code sample in README

## [0.1.0]

* Initial release.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0-dev.2"
version: "4.0.0"
http:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: form_builder_image_picker
description: Images picker field for FlutterFormBuilder. Get images from gallery or camera
version: 4.0.0-dev.2
version: 4.0.0
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_image_picker/issues
homepage: https://github.com/flutter-form-builder-ecosystem
Expand Down

0 comments on commit c1bb9d6

Please sign in to comment.