- Fix margin on section title.
- Fix: Resolved the issue where the menu was not adjusting correctly when the keyboard was active and there wasn't enough space below for its display. Now, the menu opens at the top in such cases. Related to issue: (#8)
- UI enhancements, including padding and layout adjustments.
- New feature
itemColor
, Customize the colors for selected, hovered, and unselected items.
- New feature
selectAllOption
, You will have a default option to select all the items on your list. - Solve transparent color on
x
delete widget.
- Some format tweaks.
- Update to
withValues
on colors.
- Use withValues on style.
- Upgrade dev lib.
- upgrade sdk version.
- Attribute label text.
- Format.
- New functionality added, now you can clear the entire current selection using
cleanCurrentSelection
.
- Remove unnecessary validation on
didUpdateWidget
, in favourisFromDefaultData
isFromDefaultData
, Helps to know if onSelect data comes from defaultData.
- DefaultValue is no longer a function; it should now be used as
defaultData: []
. - If you update the data in
defaultData
, it triggers the execution ofonSelect(element)
. - Small change on logic for
didUpdateWidget
. - Improve logic for default value.
- Improve validation for selected element and title of elements.
- More improvements.
Pick
was removed in favor ofChoice
- The
key
value can now be null to determine the group title.
- Remove default color on list background and surface
- Implement dispose for Time render
Help for your testing
- New feature
isMandatory
. - Edit style Title and item from list items.
- Validate value on
didUpdateWidget
, helps to avoid continuous calling.
- Set fixed menu width.
- Set fixed menu height.
- Set max menu width.
- Set max menu height.
- Set menu styles.
- Set menu options widget.
- Set menu options margins.
- Set left icon of main search widget.
- Set right icon of main search widget.
- Some logging to keep clear the current lifecycle status.
- Improved some logic parts, and more.
- Avoid dispose when using ListView.
- Update info.
- Initial version.