Skip to content

Commit 3ef4125

Browse files
Merge pull request #1452 from flutter-form-builder-ecosystem/release/9.7.0
chore(release): 9.7.0
2 parents 6f6b567 + bef7ad8 commit 3ef4125

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 9.7.0
2+
3+
## Fixes
4+
5+
* [FormBuilderDateTimePicker] #1444 "cancel" button behavior fix
6+
* [FormBuilderDropdown] #1434 Replace dropdown
7+
8+
## Features
9+
10+
* [FormBuilderChoiceChip] #1448 add missing properties
11+
112
# 9.6.0
213

314
* Build with Flutter 3.27

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.6.0"
63+
version: "9.7.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.6.0
3+
version: 9.7.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)