Setup & Installation
What This Skill Does
Helps manage both local widget state and shared application state in Flutter apps. Covers ephemeral state with setState, app-wide state with the Provider package, and walks through implementing the MVVM pattern with ChangeNotifier and unidirectional data flow. Gives you a concrete decision framework and step-by-step MVVM setup instead of piecing together scattered Flutter docs and blog posts on your own.
When to use it
- Working with flutter managing state functionality
- Implementing flutter managing state features
- Debugging flutter managing state related issues
