FLUTTER ECOSYSTEM

bimsina/Matinee-Flutter

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

Matinee-Flutter project cover
Stars
289
Forks
80
Last push (UTC)
May 31, 2025
Project status
Active
Bibek Timsina GitHub avatar
GITHUB User

Bibek Timsina ↗

GrowthzillaPulchowk Engineering CollegeOfficial website ↗
LanguagesDartRubyHTMLShellObjective-CSwiftJavaKotlin

Technical topics

Dependencies used

Dependency list 7 items

Rankings

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse 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

https://play.google.com/intl/en/badges/images/generic/en_badge_web_generic.png 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