Skip to content

Commit 56c8c27

Browse files
committed
Released v6.0.1
1 parent 26527a0 commit 56c8c27

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [6.0.1] - 19-May-2021
2+
* Add whitespace check for required validator
3+
* Null-safety and type fixes
4+
* Dispose off registered listeners (#799)
5+
16
## [6.0.0] - 20-Apr-2021
27
* Re-introduced DateTimePicker field without external dependencies
38
* Minor fixes

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.0.0
3+
version: 6.0.1
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)