Movie DB is an application to show all movies in the world. The data is provide by API from TMDB Movie.
- User can see all Movie like upcoming movie, top rated movie, popular movie, and more
- User can see detail movie like decsription, movie casts, rating, and more.
- Search movie based movie name.
- And more
-
Clone this repository
$ git clone https://github.com/ihsaninh/flutter-tmdbmovie-bloc-cubit.git
-
Install all dependencies on the package.json
$ cd flutter-tmdbmovie-bloc-cubit $ pub get
-
Run Movie DB App
$ flutter run
Ihsan Nurul Habib |