Movies App made in Flutter with api data from TMDB

  Movie

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

Features :

  • Fetch api data from TMDB asynchronously.
  • Dynamic Theming using Provider
  • Search Functionality

 Screenshots:

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

To run this app

  1. Obtain api key from TMDB.
  2. Replace YOUR_API_KEY in api_constants.dart with your api key.
  3. Run the app with flutter run –release

Download movie app source code on GitHub

https://github.com/bimsina/Matinee-Flutter