Skip to content

Commit 130b87b

Browse files
chore(release): 5.1.0
1 parent 556cea1 commit 130b87b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 5.1.0
2+
3+
* Update constraints to Flutter 3.38
4+
* Update constraints to Dart 3.10
5+
* Add onTap callback on default preview item widget. Solved [#103](https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/issues/103) thanks to [@SouksavathPMS](https://github.com/SouksavathPMS)
6+
* Update readme
7+
18
## 5.0.0
29

310
### BREAKING CHANGES

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: 5.0.0
3+
version: 5.1.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)