AhmedLSayed9 / dropdown_button2

Flutter's core Dropdown Button widget with steady dropdown menu and many other features.
https://pub.dev/packages/dropdown_button2
MIT License
271 stars 124 forks source link

Allow closing dropdown programatically #256

Closed FluffyDiscord closed 6 months ago

FluffyDiscord commented 6 months ago

Right now we can only open the dropdown programaticaly using #33. I would like to close it programaticaly too.

AhmedLSayed9 commented 6 months ago

I'll offer a better way to open/close dropdown menu instead of exposing DropdownButton2State

AhmedLSayed9 commented 6 months ago

Wait, Why not using Navigator.pop ? @FluffyDiscord

FluffyDiscord commented 6 months ago

I had not think of that

AhmedLSayed9 commented 6 months ago

I’ll update opening programmatically anyway, but there’s no need to add closing.

AhmedLSayed9 commented 6 months ago

Opening menu programmatically has been updated and as closing menu can be achieved by Navigator.pop I'll close this.