Shopping cart app using BLoC pattern in Flutter
The BLoC pattern in flutter is a matured way to manage state in a Flutter app. In this tutorial, we'd be building a simple shopping cart app which uses the BLoC pattern. Here's the final app:
Before you proceed
I wrote the code on Flutter version 1...
vicradon.hashnode.dev13 min read