Putting BLoC Concepts to Use
Follow step-by-step instructions to implement a counter app using the BLoC architecture.
We'll cover the following...
The Flutter counter app is a well-known app. In this app, we have a counter, and when the “+” button is pressed, the counter value increases. When the “-” button is pressed, the counter value decreases. This lesson will use the BLoC pattern to make the counter app. It’s a simple task, but it’s enough to teach us the basics of BLoC.
Access this course and 1400+ top-rated courses and projects.