The GetBuilder Widget
Learn to handle state updates manually with GetBuilder.
Overview
GetBuilder is a wrapper widget used to listen to the changes made inside a controller. Whenever we call the update()
method inside the controller, the corresponding GetBuilder rebuilds. Simple as that! Here’s how we wrap a widget with GetBuilder:
Get hands-on with 1400+ tech skills courses.