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 14, 2023
1 parent b391dbc commit 7311405
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.0.0]

### BREAKING CHANGES

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


## [4.0.0-dev.2]

### BREAKING CHANGE
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_file_picker
description: FilePicker Field for flutter_form_builder package. Used to select files as part of form input.
version: 4.0.0-dev.2
version: 4.0.0
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/issues
homepage: https://github.com/flutter-form-builder-ecosystem
Expand Down

0 comments on commit 7311405

Please sign in to comment.