Reputation: 63
I have been fluttering about a month. Still wrapping my head around it all.
Going forward I want to use Provider for state management. Will this mean I can then avoid using:
Thanks!
Upvotes: 3
Views: 1026
Reputation: 837
No, it does not mean the Provider can replace stateful widget.
While deciding between stateful widget and Provider, think about this.
Upvotes: 4