Implementing BLoC States
Learn how to create state classes using the flutter_bloc library.
We'll cover the following
To start creating the likes_bloc
, we first need to add the flutter_bloc
package to our application. This can be done by adding the following line under the dependencies
in the pubspec.yaml
file:
Get hands-on with 1200+ tech skills courses.