TMDB Movie App

Movies App made in Flutter with api data from TMDB

This is an app that displays you details of movies that you can search for or browse.

Features

Screenshots

Screenshot 2Screenshot 1Screenshot 3Screenshot 1Screenshot 2Screenshot 3

To run this app

  • Obtain api key from TMDB.
  • Replace YOUR_API_KEY in api_constants.dart with your api key.
  • Run the app with flutter run --release