Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bimsina/Matinee-Flutter
- Owner: bimsina
- License: mit
- Created: 2019-05-22T10:56:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T16:07:00.000Z (about 3 years ago)
- Last Synced: 2024-07-29T01:34:50.758Z (3 months ago)
- Topics: flutter, flutter-apps, flutter-ui
- Language: Dart
- Homepage:
- Size: 2.92 MB
- Stars: 269
- Watchers: 12
- Forks: 74
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:
## 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