Skip to content

Commit

Permalink
Released v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danvick committed Nov 24, 2020
1 parent d0c84cd commit 0da4a95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ pubspec.lock
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

# End of https://www.toptal.com/developers/gitignore/api/flutter

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.0.1] - 24-Nov-2020
* Fixed bug where `FormBuilderField` couldn't be used to create custom fields
* Corrected documentation for equal validator

## [4.0.0] - 23-Nov-2020
**IMPROVEMENTS**:
* New fields: `FormBuilderFilePicker`, `FormBuilderSearchableDropdown`, `FormBuilderCheckboxGroup`
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: 4.0.0
version: 4.0.1
homepage: https://github.com/danvick/flutter_form_builder

environment:
Expand Down

0 comments on commit 0da4a95

Please sign in to comment.