FLUTTER ECOSYSTEM

mohamadayash22/flutter-movie-app

BLoC, Hive और मूवी डीबी एपीआई का उपयोग करके फ्लटर में बनाई गई क्लीन आर्किटेक्चर वाली मूवी ऐप।

flutter-movie-app प्रोजेक्ट कवर
Stars
122
Forks
52
अंतिम पुश (UTC)
28 अक्टू॰ 2025
प्रोजेक्ट स्थिति
सक्रिय
Mohamad Ayash GitHub avatar
GITHUB User

Mohamad Ayash ↗

Lebanon
भाषाएँDartSwiftKotlinObjective-C

तकनीकी विषय

उपयोग की गई निर्भरताएँ

निर्भरता सूची 24 आइटम

रैंकिंग

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

Movie App

Movie app made in Flutter with clean architecture using BLoC, Hive and the movie db API.

Features

  • Search feature
  • Watchlist feature
  • Now playing movies
  • Popular movies
  • Top rated movies
  • Movie details
  • Movie cast
  • Movie reviews
  • Similar movies
  • On air tv shows
  • Popular tv shows
  • Top rated tv shows
  • TV show details
  • Similar tv shows
  • TV show season details

Screenshots

https://github.com/mohamadayash22/flutter-movie-app/blob/main/screenshots/01.png https://github.com/mohamadayash22/flutter-movie-app/blob/main/screenshots/02.png https://github.com/mohamadayash22/flutter-movie-app/blob/main/screenshots/03.png https://github.com/mohamadayash22/flutter-movie-app/blob/main/screenshots/04.png https://github.com/mohamadayash22/flutter-movie-app/blob/main/screenshots/05.png https://github.com/mohamadayash22/flutter-movie-app/blob/main/screenshots/06.png https://github.com/mohamadayash22/flutter-movie-app/blob/main/screenshots/07.png https://github.com/mohamadayash22/flutter-movie-app/blob/main/screenshots/08.png

Installation

1. Clone the repo
git clone https://github.com/mohamadayash22/flutter-movie-app.git
cd flutter-movie-app
2. Run pub get
flutter pub get
3. Set up environment variables

Copy .env.example to .env and add your TMDB API key and base URL:

API_KEY=your_api_key_here
API_BASE_URL=https://api.themoviedb.org/3
4. Run the app
flutter run

Packages

Acknowledgements

This app is based on Build a Movie App - FlutterFlow YouTube video by @abuanwar072, special thanks to Abu Anwar for his amazing videos and tutorials!