A simple Flutter app displays quotes using Provider state management
Quote App
This simple Flutter app displays quotes using Provider state management and follows the MVVM (Model-View-ViewModel) architecture. It also implements pagination to fetch and display quotes in a paginated manner.
Features
- Display quotes in a list.
- Implement pagination to load more quotes.
- Use Provider for state management.
- Follow MVVM architecture.
- Using Restful API.
- Using Mockito and Mocktail packages to test any classes that depend on databases or web services.