This is a simple repository, that helps fetch top-rated movies. Using MultiBlocProvider to manage state and equatable package to simplify coding style.
After cloning this project, fill your API Key into code like bellow at /MovieApiProvider
.
The IMDB API Key could be obtained from this link
final _apiKey = "YOUR_API_KEY";
- List of top rated movies.
- Show movie detail information.
- Play video youtube trailer.
- Filter movies based on min year and max year.
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
http: ^0.13.4
flutter_bloc: ^8.0.0
equatable: ^2.0.3
youtube_player_flutter: ^8.0.0