Skip to content

Commit c0bab93

Browse files
committed
chore: released flutter_form_builder v7.1.1
1 parent 93d574a commit c0bab93

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/flutter_form_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [7.1.1] - 17-Feb-2022
2+
* More improvements to focus handling
3+
* Other minor fixes
4+
15
## [7.1.0] - 31-Jan-2022
26
* Added silent validation to the FormBuilder widget
37
* Implemented `shouldChipRequestFocus` feature - fixes request focus for non-test based fields

packages/flutter_form_builder/pubspec.yaml

Lines changed: 2 additions & 1 deletion
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: 7.1.0
3+
version: 7.1.1
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:
@@ -10,6 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212
intl: ^0.17.0
13+
collection: ^1.15.0
1314

1415
dev_dependencies:
1516
flutter_lints: ^1.0.4

0 commit comments

Comments
 (0)