Skip to content

Commit

Permalink
chore: released flutter_form_builder v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danvick committed Feb 17, 2022
1 parent 93d574a commit c0bab93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/flutter_form_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [7.1.1] - 17-Feb-2022
* More improvements to focus handling
* Other minor fixes

## [7.1.0] - 31-Jan-2022
* Added silent validation to the FormBuilder widget
* Implemented `shouldChipRequestFocus` feature - fixes request focus for non-test based fields
Expand Down
3 changes: 2 additions & 1 deletion packages/flutter_form_builder/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: 7.1.0
version: 7.1.1
homepage: https://github.com/danvick/flutter_form_builder

environment:
Expand All @@ -10,6 +10,7 @@ dependencies:
flutter:
sdk: flutter
intl: ^0.17.0
collection: ^1.15.0

dev_dependencies:
flutter_lints: ^1.0.4
Expand Down

0 comments on commit c0bab93

Please sign in to comment.