Obx class Null safety The simplest reactive widget in GetX . Just pass your Rx variable in the root scope of the callback to have it automatically registered for changes.
Read moreWhat can I use instead of setState in GetX?
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() .
Read more