Posts by Cláudio Alberto • 11 points
1 post
-
0
votes1
answer181
viewsQ: How to update Dropdownbutton Value State in Flutter with Getx without using Setstate?
I’m trying to make a Dropdownbutton in my project through a Futurebuilder. Before using Getx to update the Value state, I used setState and it worked. After modifying the project for the use of Getx…