A Movies App Flutter project.
This is a Flutter Movie Application which is consuming the TMDB API { https://developers.themoviedb.org/ }.
It displays the trending, upcoming, playing and popular movies using the endpoints provided.
The user is also able to add specific movies to a 'List' (Similar to bookmarks or favourites). This functionality has been implemented with HIVE DB
There is also a settings screen and video playback that is yet to be implemented.
Part 1 -> https://kymoraa.medium.com/using-the-tmdb-api-in-my-flutter-movies-app-part-1-e1176d446429
part 2 -> https://kymoraa.medium.com/flutter-movies-app-hive-database-part-2-a6e0bdd03535
part 3 ->