Effortlessly Manage State in Flutter with Riverpod: A Beginner's Guide.
Introduction
In this tutorial, we will learn how to use Riverpod in a Flutter app to manage the application's state. Riverpod is a state management library for Flutter based on the concept of providers. It uses the Provider pattern, which is similar ...
cswithiyush.hashnode.dev6 min read
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: