Flutter BLOC Architecture Sample App

A flutter sample app that implements BLOC architecture design pattern.

Getting Started

You will need an API key for making API calls. Go to the movie database API site - http://api.themoviedb.org. Sign up and get your API key from the Settings page. Navigate to MovieApiProvider.dart and replace the apiKey with your api key

References

If you are looking for a starting point for learning BLOC architecture, check out this medium article - https://medium.com/flutterpub/architecting-your-flutter-project-bd04e144a8f1