Skip to content

Commit 2a6982f

Browse files
chore(release): 9.4.0
1 parent b83bd17 commit 2a6982f

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [9.4.0]
2+
3+
## Fixes
4+
5+
* #1388 Respect latest field's initial value (esp when its forcefully recreated)
6+
7+
## Features
8+
9+
* `FormBuilderTextField` #1334 set enableSuggestions default to true
10+
* Replace deprecated property onPopInvoked
11+
* Use elevated button on main example
12+
* Update android settings on example
13+
14+
## Chores
15+
16+
* Set minimal Flutter version to 3.24.0
17+
* Set minimal Dart version to 3.5.0
18+
119
# [9.3.0]
220

321
* Set minimal Flutter version to 3.22.0

example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
path: ".."
6161
relative: true
6262
source: path
63-
version: "9.3.0"
63+
version: "9.4.0"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:
@@ -229,5 +229,5 @@ packages:
229229
source: hosted
230230
version: "14.2.4"
231231
sdks:
232-
dart: ">=3.4.0 <4.0.0"
233-
flutter: ">=3.22.0"
232+
dart: ">=3.5.0 <4.0.0"
233+
flutter: ">=3.24.0"

example/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
44
version: 1.0.0+1
55

66
environment:
7-
sdk: ">=3.4.0 <4.0.0"
8-
flutter: ">=3.22.0"
7+
sdk: ">=3.5.0 <4.0.0"
8+
flutter: ">=3.24.0"
99

1010
dependencies:
1111
flutter:

pubspec.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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.3.0
3+
version: 9.4.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
7+
topics:
8+
- form
9+
- forms
710
funding:
811
- https://opencollective.com/flutter-form-builder-ecosystem
912

0 commit comments

Comments
 (0)