A flutter movie app made with Mobx and Flutter Modular using The Movie Database API .
Now you can watch trailers (26/02/2021)!!
A short video of the app can be found by clicking here
Splash Page
Home Page
Home Page Drawer part 1
Home Page Drawer part 2
Movie Details Page part 1
Movie Details Page part 2
Tv Details Page part 1
Tv Details Page part 2 - episodes
Tv Details Page part 3 - trailers
Tv Details Page part 4 - similar
Search Page part 1
Search Page part 2
Search Page part 3
Person Page
Genre Page part 1
Genre Page part 2
Clone this project
Open it in Android Studio or Visual Studio Code or any other IDE that supports Flutter
Run flutter doctor just to make sure everything is Ok
Run pub get to install all dependencies
Go to https://www.themoviedb.org/ and grab an API Key (register if necessary)
Create a .env file at the project root and add the variable API_KEY with your the TMDB key (API_KEY=<YOUR_API_KEY>)
Run the project and voila
Add your The Movie Database API KEY to a .env file at the project root.