Skip to content

Commit 7311405

Browse files
chore(release): 4.0.0
1 parent b391dbc commit 7311405

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+
## [4.0.0]
2+
3+
### BREAKING CHANGES
4+
5+
* Update constraints to Dart 3
6+
* Update constraints to Flutter 3.10
7+
* Update `flutter_form_builder` to 9.x.x. Take a look breaking changes on [there changelog](https://pub.dev/packages/flutter_form_builder/changelog#900)
8+
9+
110
## [4.0.0-dev.2]
211

312
### BREAKING CHANGE

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.0.0-dev.2
3+
version: 4.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)