Understanding Flutter State Management (Part 1)โ๐ค
Quick Intro! โ๐ฝ
State management describes how the UI of your app changes when there is a change in your data (state).
You can think of state as any changes to the data on your app, and generally, in Flutter, the UI is a function of the applicatio...
chibidev.hashnode.dev3 min read