ll_dropdown_menu 0.2.0
ll_dropdown_menu: ^0.2.0 copied to clipboard
Powerful and customizable drop-down menu component for Flutter. It supports multi-level menus, and you can customize the style.
0.2.0 - 2023-10-16 #
- Feature:
- Add
OnDropDownHeaderUpdatecallback to update the text of the drop-down menu header - (breaking) Wrapper the style of dropdown menu: DropDownBoxStyle、DropDownItemStyle、DropDownButtonStyle
- (breaking) Replace DropDownMenu item with
WrapperButton
- Add
0.1.3 - 2023-10-11 #
- Remove preview image
0.1.2 - 2023-10-11 #
- Refactor code
- Update README
0.1.1 - 2023-10-11 #
- Refactor code
- Update README
0.1.0 - 2023-10-11 #
- Support using
StackorOverlayto implement drop-down menu. - Customize the drop-down menu bar header
- Customize the main content of the drop-down menu
- Control the display and hiding of drop-down menu
- Support use in
CustomScrollViewandNestedScrollView - Basic drop-down menu implementation:
ListView,GridView,CascadeList(cascading list) - Support single and multiple selection operations