Skip to content

Commit 33ba0a4

Browse files
Merge pull request #38 from ApiShiro/cd/v8-4-0
cd: package 8.4.0
2 parents af123d1 + f7fd787 commit 33ba0a4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## [8.3.0] - 27-Jul-2022
211

312
* Apply license BSD-3-clause

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ FormBuilder(
9393
)
9494
```
9595

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
9797

9898
For more instructions about `FormBuilder`, see [flutter_form_builder](https://pub.dev/packages/flutter_form_builder) package
9999

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_extra_fields
22
description: Additional ready-made form input fields for flutter_form_builder package
3-
version: 8.3.0
3+
version: 8.4.0
44
homepage: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/issues
66

0 commit comments

Comments
 (0)