The Getx state manager is easier than using setState. You just need to add a “. obs” at the end of your variable, and wrap the widget you want to change within a Obx() .
The Getx state manager is easier than using setState. You just need to add a “. obs” at the end of your variable, and wrap the widget you want to change within a Obx() .