Skip to content

Commit

Permalink
Released v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danvick committed May 19, 2021
1 parent 26527a0 commit 56c8c27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [6.0.1] - 19-May-2021
* Add whitespace check for required validator
* Null-safety and type fixes
* Dispose off registered listeners (#799)

## [6.0.0] - 20-Apr-2021
* Re-introduced DateTimePicker field without external dependencies
* Minor fixes
Expand Down
2 changes: 1 addition & 1 deletion 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: 6.0.0
version: 6.0.1
homepage: https://github.com/danvick/flutter_form_builder

environment:
Expand Down

0 comments on commit 56c8c27

Please sign in to comment.