Dart/Flutter Google Developer Expert, and 45-year veteran of the industry.
Nothing here yet.
No blogs yet.
This article really should have been updated for riverpod 2.0, and only covered Provider, StreamProvider, and the various combinations of Notifier and AsyncNotifier. The legacy providers are still supported, but moving everything to the modern notifier/provider and generated providers makes riverpod so much easier to deal with.
You seem to have missed the whole riverpod 2.x rollout, because you're talking only about the legacy providers. Yes, those providers still work, but the whole [Async]Notifier[Provider] ecosystem is far more expressive and easy to use, especially when you start using generated providers. I suggest you update your knowledge, and write an updated article. Here's my take and Andrea's details on that: https://youtu.be/tfB_dSJa9Oc https://codewithandrea.com/articles/flutter-state-management-riverpod/ https://codewithandrea.com/articles/flutter-riverpod-generator/ https://codewithandrea.com/articles/flutter-riverpod-async-notifier/