tonypham9981 / flutter-movie-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie App

A 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

Installation

1. Clone the repo

git clone https://github.com/mohamadayash1/flutter-movie-app.git
cd flutter-movie-app

2. Run pub get

flutter pub get

3. Add your API key into api_constants file

apiKey = 'YOUR_API_KEY';

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!

About

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


Languages

Language:Dart 81.2%Language:C++ 8.9%Language:CMake 7.8%Language:HTML 0.8%Language:Swift 0.6%Language:C 0.6%Language:Kotlin 0.1%Language:Objective-C 0.0%