Skip to content

Commit d249ef6

Browse files
Merge pull request #1446 from flutter-form-builder-ecosystem/release/9.6.0
chore(release): 9.6.0
2 parents 3c217bb + 53bd929 commit d249ef6

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# [9.5.0]
1+
# 9.6.0
2+
3+
* Build with Flutter 3.27
4+
* `FormBuilderFilterChip` and `FormBuilderChoiceChip`: Add [side] parameter
5+
* `FormBuilderDateTimePicker`: Add "barrierDismissible"
6+
7+
# 9.5.0
28

39
## Fixes
410

511
* #1350: valueTransformer transform values to null
612
* #1416: Added missing TextField properties to FormBuilderTextField
7-
* #1398: Add hint to FormBuilderDropdown
13+
* #1398: Add hint to FormBuilderDropdown
814
* #1317: Added new property to form_builder_choice_chip
915

1016
# 9.4.1

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
path: ".."
6161
relative: true
6262
source: path
63-
version: "9.5.0"
63+
version: "9.6.0"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_form_builder
22
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.
3-
version: 9.5.0
3+
version: 9.6.0
44
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)