Flutter – The UI does not change when the value specified with Flutter Observer is updated
I’m developing a movie application with Flutter. Movies are shown on the page called “Movies”. These movies are shown in categories. The user selects a category via TabBar
and movies belonging to the selected category are displayed in TabBarView
.