ProviderScope class Null safety A widget that stores the state of providers . All Flutter applications using Riverpod must contain a ProviderScope at the root of their widget tree.
Read moreWhat is the use of Riverpod in Flutter?
Riverpod is a complete rewrite of the Provider package to make improvements that would be otherwise impossible. I won’t lie: Riverpod comes with a bit of a learning curve. But it is a very powerful state management library that allows you to: easily create, access, and combine providers with minimal boilerplate code .
Read more