Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
585 B

# Flutter_bloc
flutter_bloc is a Flutter package that implements the BLoC pattern and provides a set of tools for building BLoC-based apps. It provides a set of widgets, such as `BlocProvider` and `BlocBuilder`, that make it easier to implement the BLoC pattern in your app. It also provides utility classes, such as `Bloc` and `BlocEvent`, that help you to write reusable and testable business logic components.
Visit the following resources to learn more:
- [Core Concepts](https://bloclibrary.dev/#/flutterbloccoreconcepts)
- [flutter_bloc](https://pub.dev/packages/flutter_bloc)