bimsina/Matinee-Flutter
This is an app that displays you details of movies that you can search for , or browse.
- Stars
- 289
- Forks
- 80
- Last push (UTC)
- May 31, 2025
- Project status
- Active
LanguagesDartRubyHTMLShellObjective-CSwiftJavaKotlin
Technical topics
Dependencies used
Dependency list 7 items
- flutter
{"sdk":"flutter"} - cupertino_icons
1.0.8 - http
1.4.0 - carousel_slider
5.0.0 - shared_preferences
2.5.3 - provider
6.1.5 - flutter_testDevelopment
{"sdk":"flutter"}
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
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
- Obtain api key from TMDB.
- Replace YOUR_API_KEY in api_constants.dart with your api key.
- Run the app with flutter run --release