A simple Flutter application that retrieves movies from the TheMovieDB API using BLoC Pattern
- Movie List View Page
- Movie Detail View Page
- Video
- Screenshots
- Favorites
- Navigation Drawer
- Watch Later
- Info Modal
- Solid BLoC Architecture Implementation
- Flutter Framework
- TheMovieDB API
- BLoC Pattern
- Beautiful UI
- Carousel
- Shimmer Loading Implementaion
Flutter MovieHub is released under the BSD-3 Clause License. See LICENSE for details.
- Fork it (https://github.com/joshuadeguzman/flutter_moviehub/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request