ll_dropdown_menu 0.6.3 copy "ll_dropdown_menu: ^0.6.3" to clipboard
ll_dropdown_menu: ^0.6.3 copied to clipboard

Powerful and customizable drop-down menu component for Flutter. It supports multi-level menus, and you can customize the style.

0.6.3 (2024-8-7) #

  • Fixed: support to reset data by using dataController in multiple choose mode.

0.6.2 (2024-3-20) #

  • Fixed: index out of range in drop_down_cascade_list

0.6.1 - 2023-11-10 #

  • Fixed: change the method of dataController

0.6.0 - 2023-11-10 #

  • Feature:
    • DropDownCascadeList: add dataController to control the data of the list.

0.5.0 - 2023-10-31 #

  • Feature:0.5.
    • DropDownCascadeList: remove default padding.
    • DropDownListView/DropDownGridView: add physics and shrinkWrap property.

0.4.0 - 2023-10-26 #

  • Feature:
    • Add listener: onExpandStateChanged and onItemChanged.
    • Switch Tab with animation.

0.3.0 - 2023-10-19 #

  • Feature:
    • Add more parameters to customize the drop-down menu.
    • (breaking) Replace DropDownViewBuilder with DropDownViewWrapper.
    • (breaking) Add highlight properties to DropDownItemStyle to control the highlight style of the drop-down menu header item.
    • (breaking) Change the return value of OnDropDownHeaderUpdate to support highlight style.
  • Bug fixed:
    • DropDownListView、DropDownGridView、DropDownCascadeList did not update view after data was changed.

0.2.0 - 2023-10-16 #

  • Feature:
    • Add OnDropDownHeaderUpdate callback 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.

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 Stack or Overlay to 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 CustomScrollView and NestedScrollView.
  • Basic drop-down menu implementation: ListView, GridView, CascadeList (cascading list).
  • Support single and multiple selection operations.
23
likes
0
points
318
downloads

Publisher

unverified uploader

Weekly Downloads

Powerful and customizable drop-down menu component for Flutter. It supports multi-level menus, and you can customize the style.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ll_dropdown_menu