RepositoryProvider and MultiRepositoryProvider
Learn how to use RepositoryProvider and MultiRepositoryProvider to provide a repository to the widget tree.
We'll cover the following...
The RepositoryProvider and MultiRepositoryProvider widgets allow us to implement the repository pattern in our application seamlessly.
What is the repository pattern?
...