Skip to content

Commit ca0b470

Browse files
committed
chore(core): released flutter_form_builder v7.3.0
1 parent f24156a commit ca0b470

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/flutter_form_builder/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [7.3.0] - 11-Jun-2022
2+
* Added new attribute `timePickerTheme` to FormBuilderCupertinoDateTimePicker
3+
* `FormBuilderDateTimePicker.resetIcon` changed from Icon to Widget
4+
* Added `avatarBorder` attribute to `FormBuilderChoiceChip` and `FormBuilderChoiceChip`
5+
6+
**BREAKING CHANGE**:
7+
* Renamed attribute `theme` in FormBuilderCupertinoDateTimePicker to `datePickerTheme`
8+
* For `FormBuilderChoiceChip` and `FormBuilderChoiceChip` options, replace `FormBuilderFieldOption` to `FormBuilderChipOption` which has `avatar` option for chips
9+
110
## [7.2.1] - 23-May-2022
211
* Fix bug where `FormBuilder.onChanged` is called before `setInternalFieldValue` is done
312

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

66
environment:

0 commit comments

Comments
 (0)