flex_dropdown
flex_dropdown copied to clipboard
Create elegant and customizable dropdowns effortlessly with the Flex DropDown package. This Flutter package enables you to easily implement dropdowns with custom styling, animations, and data sources...
Hi, thanks for the package. It seems to me that there is no way to hide open dropdown menu on click outside. I am missing something?
As title mentioned, passing MenuPosition.top doesn't affect the position of the menu rendered
And made menuPosition useful. This resolves #2 Here is how it works now: [flex-dropdown.webm](https://github.com/user-attachments/assets/73771b7b-6bcb-444a-864c-2aa9729f9936)
MenuPosition rightStart, rightCenter, rightEnd, leftStart, leftCenter, leftEnd, has been added. to be able to have menu like this
add a show animation
When the menu is displayed, clicking the button again should close the menu, not cause it to briefly reappear.