Slide 4
Slide 4 text
Provider
“This is the recommended way to manage state for apps of all sizes.”
- Chris Sells, Product Manager, Flutter.
- Provider is a mixture between Dependency Injection and State Management built
with widgets for widgets.
- It’s like a way of using Inherited Widget *
- This may sound daunting when you first dig into it because of many classes you
could use like changeNotifier, consumers, streamProviders, valueNotifiers etct;