Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Aug 11, 2024
1 parent 9ef2bd5 commit 253350f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
32 changes: 21 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,64 @@
## [4.0.0]
## 4.1.0

* Upgrade image_picker to 1.x.x
* Add support to preview builder #54 mvarendorff
* Update android and web examples setup
* Add linux setup example
* Set minimal Flutter version to 3.22.0
* Set minimal Dart version to 3.4.0

## 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]
## 4.0.0-dev.2

* Update constraints to Dart 3

## [4.0.0-dev.1]
## 4.0.0-dev.1

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

## [3.2.0]
## 3.2.0

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

## [3.1.0]
## 3.1.0

* Apply license BSD-3-clause
* Refactor readme

## [3.0.0]
## 3.0.0

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

## [2.0.0]
## 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]
## 1.0.0-nullsafety.0

* Started working on null-safety

## [0.1.2]
## 0.1.2

* Formatted code sample in README

## [0.1.1]
## 0.1.1

* Include code sample in README

## [0.1.0]
## 0.1.0

* Initial release.

5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: form_builder_image_picker
description: Images picker field for FlutterFormBuilder. Get images from gallery or camera
version: 4.0.0
version: 4.1.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
topics:
- form
- forms
funding:
- https://opencollective.com/flutter-form-builder-ecosystem

Expand Down

0 comments on commit 253350f

Please sign in to comment.