Skip to content

Commit 1e4b88c

Browse files
chore(release): 5.0.0
1 parent 25a4b72 commit 1e4b88c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 5.0.0
2+
3+
### BREAKING CHANGES
4+
5+
* Compatibility with `file_picker` 10.0.x. See details on their [changelog](https://pub.dev/packages/file_picker/changelog)
6+
* Compatibility with `flutter_form_builder` 10.0.x. See details on their [changelog](https://pub.dev/packages/flutter_form_builder/changelog)
7+
* Set minimal Flutter version to 3.29.0
8+
* Set minimal Dart version to 3.7.0
9+
110
## 4.3.0
211

312
* Add `compressionQuality` parameter, that solving app crashes on some Huawei phones

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_file_picker
22
description: FilePicker Field for flutter_form_builder package. Used to select files as part of form input.
3-
version: 4.3.0
3+
version: 5.0.0
44
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)