A simple yet sufficient flutter application to fetch:
- Popular Movies
- Latest Movies
- Top Rated Movies
- Now Playing Movies
- Upcoming Movies using api from themoviedb.org
This project is built to show how to use Riverpod package as the state management tool for your flutter application.
After cloning the project, check the TODO, and add your TMDB API KEY.
- Flutter Riverpod - A state-management library
- Dio - A powerful Http client for Dart.
Check the former implementation of the project in native android using kotlin and jetpack libraries. Native implementation
If you like the project, do well to star it and also keep a watch.