bloc_implementation 1.0.2 copy "bloc_implementation: ^1.0.2" to clipboard
bloc_implementation: ^1.0.2 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.
The BLoC (Buisness Logic Component) Pattern is a Pattern recommmended by Google Developers to use in your Flutter Projects. The BLoC Pattern uses Streams and Sinks to exchange Information between two Widgets, that have no other Connection. This is especially useful if you extract your widgets and as a consequence have a ton of widgets for a single Screen.

Getting started #

Get the package and your ready to start. It's that easy

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

© 2022 Julian Schumacher

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