Skip to content

Commit 0da4a95

Browse files
committed
Released v4.0.1
1 parent d0c84cd commit 0da4a95

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@ pubspec.lock
6767
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
6868

6969
# End of https://www.toptal.com/developers/gitignore/api/flutter
70+
71+
# IntelliJ related
72+
*.iml
73+
*.ipr
74+
*.iws
75+
.idea/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.0.1] - 24-Nov-2020
2+
* Fixed bug where `FormBuilderField` couldn't be used to create custom fields
3+
* Corrected documentation for equal validator
4+
15
## [4.0.0] - 23-Nov-2020
26
**IMPROVEMENTS**:
37
* New fields: `FormBuilderFilePicker`, `FormBuilderSearchableDropdown`, `FormBuilderCheckboxGroup`

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

66
environment:

0 commit comments

Comments
 (0)