The Different States in Flutter
initState? setState? What Are Those?
If you’ve read my blog on how to get started with Flutter 2.0, you’ll know that Flutter supports stateless and stateful widgets. When we talk about states in Flutter, stateful widgets are…