Skip to content

Commit d5de278

Browse files
committed
chore: release 6.2.1
1 parent 36be580 commit d5de278

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [6.2.1] - 27-Oct-2021
2+
* Fixed bug where `didChange` and `reset` on FormBuilderCheckboxGroup has no visible effect
3+
14
## [6.2.0] - 21-Oct-2021
25
* Fixed `didChange` unable to handle null value in `FormBuilderTextField`
36

pubspec.yaml

Lines changed: 1 addition & 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: 6.2.0
3+
version: 6.2.1
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)