Skip to content

Commit

Permalink
Merge pull request #1446 from flutter-form-builder-ecosystem/release/…
Browse files Browse the repository at this point in the history
…9.6.0

chore(release): 9.6.0
  • Loading branch information
deandreamatias authored Dec 18, 2024
2 parents 3c217bb + 53bd929 commit d249ef6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# [9.5.0]
# 9.6.0

* Build with Flutter 3.27
* `FormBuilderFilterChip` and `FormBuilderChoiceChip`: Add [side] parameter
* `FormBuilderDateTimePicker`: Add "barrierDismissible"

# 9.5.0

## Fixes

* #1350: valueTransformer transform values to null
* #1416: Added missing TextField properties to FormBuilderTextField
* #1398: Add hint to FormBuilderDropdown
* #1398: Add hint to FormBuilderDropdown
* #1317: Added new property to form_builder_choice_chip

# 9.4.1
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packages:
path: ".."
relative: true
source: path
version: "9.5.0"
version: "9.6.0"
flutter_lints:
dependency: "direct dev"
description:
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: flutter_form_builder
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
version: 9.5.0
version: 9.6.0
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
homepage: https://github.com/flutter-form-builder-ecosystem
Expand Down

0 comments on commit d249ef6

Please sign in to comment.