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() . However, this simple example deals with ephemeral state management.
Read moreThe 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() . However, this simple example deals with ephemeral state management.
Read more