FLUTTER ECOSYSTEM

mohamadayash22/flutter-movie-app

BLoC, Hive 및 영화 데이터베이스 API를 사용한 클린 아키텍처의 플러터로 제작된 영화 앱.

flutter-movie-app 프로젝트 이미지
Stars
122
Forks
52
최근 푸시(UTC)
2025. 10. 28.
프로젝트 상태
활성
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!