bloc_implementation 0.0.5 copy "bloc_implementation: ^0.0.5" to clipboard
bloc_implementation: ^0.0.5 copied to clipboard

outdated

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

2
likes
0
points
31
downloads

Publisher

verified publisherjulianschumacher.dev

Weekly Downloads

A easy and simple Implementation of the BLoC (Buisness Logic Component) Pattern in Flutter / Dart

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on bloc_implementation