Flutter advanced bloc with various dependencies, let's learn with a more complex case study.
What we do is, make a request to the web service using their API and display its response in this application using BLoC pattern.
As for the required dependencies.
| Name | Link |
|---|---|
| flutter_bloc | https://pub.dev/packages/flutter_bloc |
| dio | https://pub.dev/packages/dio |
| dartz | https://pub.dev/packages/dartz |
| freezed | https://pub.dev/packages/freezed |
| freezed_annotation | https://pub.dev/packages/freezed_annotation |
| build_runner | https://pub.dev/packages/build_runner |
