vit_combo_box 4.2.0 vit_combo_box: ^4.2.0 copied to clipboard
A collection of very flexible ComboBoxes/Dropdrop.
4.2.0 #
- Added
padding
options toComboBoxStyle
. - Added
duration
,startingHeight
, andcurve
toOptionsStyle
.
4.1.0 #
VitComboBox.optionsBuilder
now has the parameter "entry" to close the overlay.selectedItemBuilder
fromVitComboBox.rawBuilder
now does not have the parameter "selection".
4.0.4 #
OptionStyle.padding
now 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
renderCheckBox
fromCheckedComboBox
.
4.0.1 #
- Added documentation to various elements.
4.0.0 #
- [BREAKING] Reworked
VitComboBox
base class contructor into named constructors.rawBuilder
and.itemBuilder
. - [BREAKING] Style related properties from all combo boxes were refactored and grouped inside
VitComboBoxStyle
to improve reuse and and readability. - Fixed a bug where
CheckedComboBox
only updated its selection when the option overlay was closed. - Added property
padding
to options style classOptionsStyle
.
3.1.0 #
- Added
labelStyle
toVitComboBoxThemeData
.
3.0.1 #
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.