drop_down_list_menu 0.0.9 drop_down_list_menu: ^0.0.9 copied to clipboard
The "Drop-Down Menu" package is a Flutter package that provides a user-friendly interface for selecting options from a drop-down menu.
0.0.1 #
- TODO: Describe initial release.
0.0.4 #
- Added support for
themeFont
parameter to set the font of the drop-down menu and title to project theme or default.
0.0.5 #
- Added support for
enabled
parameter to enable/disable the drop-down menu.
0.0.6 #
- Added an example to the README.md file.
0.0.9 #
- optimised the code