File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 8.4.0] - 26-Oct-2022
2
+
3
+ * Set by default flex loose to ` FormBuilderSearchableDropdown `
4
+ * Set show search field by default
5
+ * Added customization support for color picker field
6
+ * Bumped dependencies :
7
+ * ` flutter_form_builder ` from 7.3.1 to 7.7.0
8
+ * ` dropdown_search ` from 5.0.2 to 5.0.3
9
+
1
10
## [ 8.3.0] - 27-Jul-2022
2
11
3
12
* Apply license BSD-3-clause
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ FormBuilder(
93
93
)
94
94
```
95
95
96
- See [ pud .dev example tab] ( https://pub.dev/packages/form_builder_extra_fields/example ) or [ github code] ( example/lib/main.dart ) for more details
96
+ See [ pub .dev example tab] ( https://pub.dev/packages/form_builder_extra_fields/example ) or [ github code] ( example/lib/main.dart ) for more details
97
97
98
98
For more instructions about ` FormBuilder ` , see [ flutter_form_builder] ( https://pub.dev/packages/flutter_form_builder ) package
99
99
Original file line number Diff line number Diff line change 1
1
name : form_builder_extra_fields
2
2
description : Additional ready-made form input fields for flutter_form_builder package
3
- version : 8.3 .0
3
+ version : 8.4 .0
4
4
homepage : https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields
5
5
issue_tracker : https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/issues
6
6
You can’t perform that action at this time.
0 commit comments