vit_combo_box 4.3.0
vit_combo_box: ^4.3.0 copied to clipboard
A collection of very flexible ComboBoxes/Dropdrop.
4.3.0 #
- Added
labelPaddingtoComboBoxStyle.
4.2.0 #
- Added
paddingoptions toComboBoxStyle. - Added
duration,startingHeight, andcurvetoOptionsStyle.
4.1.0 #
VitComboBox.optionsBuildernow has the parameter "entry" to close the overlay.selectedItemBuilderfromVitComboBox.rawBuildernow does not have the parameter "selection".
4.0.4 #
OptionStyle.paddingnow affect the underlying ListView instead of the container.
4.0.3 #
- Added theme classes to the package export.
4.0.2 #
- Added parameter "onChecked" to
renderCheckBoxfromCheckedComboBox.
4.0.1 #
- Added documentation to various elements.
4.0.0 #
- [BREAKING] Reworked
VitComboBoxbase class contructor into named constructors.rawBuilderand.itemBuilder. - [BREAKING] Style related properties from all combo boxes were refactored and grouped inside
VitComboBoxStyleto improve reuse and and readability. - Fixed a bug where
CheckedComboBoxonly updated its selection when the option overlay was closed. - Added property
paddingto options style classOptionsStyle.
3.1.0 #
- Added
labelStyletoVitComboBoxThemeData.
3.0.1 #
parentRenderBoxGetternow has the BuilContext in its parameters.
3.0.0 #
- [BREAKING]
getParentRenderBoxwas renamed toparentRenderBoxGetter. - Added
VitComboBoxTheme. - The expand icon now is gray when
enabledis false.
2.1.1 #
- Fixed the options container position.
2.1.0 #
- Added
optionsOffsetandgetParentRenderBoxfields to combo box constructors;
2.0.1 #
- Updated README.md.
2.0.0 #
- [BREAKING]
builderoption in FutureComboBox was renamed toitemBuilder. - [BREAKING] Removed
.chipfactory fromVitComboBox. - Added
labelStyleoption to combo box. - Added
overlayDecorationBuilderoption to customize the overlay container.
1.0.0 #
- First release.