Skip to content

Commit

Permalink
chore(release): 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Aug 9, 2024
1 parent b83bd17 commit 2a6982f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [9.4.0]

## Fixes

* #1388 Respect latest field's initial value (esp when its forcefully recreated)

## Features

* `FormBuilderTextField` #1334 set enableSuggestions default to true
* Replace deprecated property onPopInvoked
* Use elevated button on main example
* Update android settings on example

## Chores

* Set minimal Flutter version to 3.24.0
* Set minimal Dart version to 3.5.0

# [9.3.0]

* Set minimal Flutter version to 3.22.0
Expand Down
6 changes: 3 additions & 3 deletions 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.3.0"
version: "9.4.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -229,5 +229,5 @@ packages:
source: hosted
version: "14.2.4"
sdks:
dart: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
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.3.0
version: 9.4.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
topics:
- form
- forms
funding:
- https://opencollective.com/flutter-form-builder-ecosystem

Expand Down

0 comments on commit 2a6982f

Please sign in to comment.