Riverpod describes itself as
A Reactive Caching and Data-binding Framework
(for Flutter). But what’s most interesting for me is how it simplifies dependency injection and reactivity by leveraging the idea of a Provider.
p r o v i d e r
To be continued…