vit_combo_box 3.0.1 vit_combo_box: ^3.0.1 copied to clipboard
A collection of very flexible ComboBoxes/Dropdrop.
3.0.1 #
- Feat:
parentRenderBoxGetter
now has the BuilContext in its parameters.
3.0.0 #
- [BREAKING]
getParentRenderBox
was renamed toparentRenderBoxGetter
. - Added
VitComboBoxTheme
. - The expand icon now is gray when
enabled
is false.
2.1.1 #
- Fixed the options container position.
2.1.0 #
- Added
optionsOffset
andgetParentRenderBox
fields to combo box constructors;
2.0.1 #
- Updated README.md.
2.0.0 #
- [BREAKING]
builder
option in FutureComboBox was renamed toitemBuilder
. - [BREAKING] Removed
.chip
factory fromVitComboBox
. - Added
labelStyle
option to combo box. - Added
overlayDecorationBuilder
option to customize the overlay container.
1.0.0 #
- First release.