A Flutter project to search for latest, upcoming and trending movies and view their details. 🎬🍿
- Learned how to fetch data from REST API
- Learned how to display and load images from URL, add BackDropFilter to images, and how to manage if no image if returned
- Practice Flutter as always 😆
- Add local database to store user's wishlist and watched movies.
![]() |
![]() |
---|---|
![]() |
![]() |
Register at TMDB , create and add your API Key to the project in the file lib/api/api_key.dart.dist
and then remove the .dist
file extension.
Flutter and Android Studio should be installed and properly configured.
To check proper installation:
cmd> flutter doctor -v
To run the project, simply run pub get
and flutter run
to run project on any emulator.
Built With Flutter ![flutter-img](https://camo.githubusercontent.com/2167e144b868512a0723b3556c44410b6fb52a0e569ef5f2768232b8b705c649/68747470733a2f2f7777772e766563746f726c6f676f2e7a6f6e652f6c6f676f732f666c7574746572696f2f666c7574746572696f2d69636f6e2e737667)
- M. Qasim Siddiqui - qasimsiddiqui