bloc_implementation 0.0.5 bloc_implementation: ^0.0.5 copied to clipboard
A easy and simple Implementation of the BLoC (Buisness Logic Component) Pattern in Flutter / Dart
Bloc Implementation #
Github: https://github.com/Jules-sh/Bloc_Implementation Pub.dev: https://pub.dev/packages/bloc_implementation
Features #
This Package helps you implement the Bloc Pattern
Getting started #
Get the package and your ready to start
Usage #
The BlocParent Class is something like the BlocProvider in other Packages. The Bloc is an abtract class / interface you can implement into your Blocs.
Example:
final _bloc = Bloc();
Additional information #
This Package helps you implement the Bloc Pattern used in Flutter. Bloc stands for Buisness Logic Component