python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
dropdownbutton inside popupmenubutton works but wont show updated selected value (flutter)
When placing a DropdownButton inside of a PopupMenuButton the dropdown still works but the newly selected value isn't reflected in the DropdownButton's header.
Way to recreate:
flutter create -t skele...
Dan1ell
Votes: 0
Answers: 1
Flutter: Dismissible in PopupMenuButton does not risize while displayed
I want to use a Dismissible Widget in a PopupMenuButton to delete items in the popup list.
My example code (see the example main() code below) works for deleting an item (String) in the PopupMenuButto...
Jean G
Votes: 0
Answers: 0
Create List of PopupMenuItems from firebase data
I have 3 cars docs in the Cars collection in my firebase cloudstore. I want to create a list of PopupMenuItems in my PopupMenuButon based on the number of cars in my Cars Collection. I also want the v...

albertdiddy
Votes: 0
Answers: 0
Trying to use a nested set of PopupMenuButtons in a flutter app
Trying to use a set of nested PopupMenuButtons in a flutter app. The first menu opens as expected. The second menu opens only after tapping many times, closing the first menu, re-opening it, i.e. rand...
HWK
Votes: 0
Answers: 1