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. HIV package as the state management tool for your flutter application.
After cloning the project, check the TODO, and add your TMDB API KEY.
Clone the repository and run the following commands:
flutter pub get
flutter run
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.