Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

This is an app that displays you details of movies that you can search for , or browse.
https://github.com/bimsina/Matinee-Flutter

flutter flutter-apps flutter-ui

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 :


  • Fetch api data from TMDB asynchronously.

  • Dynamic Theming using Provider

  • Search Functionality

Video Demo: https://youtu.be/5_bDIUYLWzg



Screenshots:

Screenshot 2
Screenshot 1
Screenshot 3

Screenshot 1

Screenshot 2
Screenshot 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