bloc 0.2.2 bloc: ^0.2.2 copied to clipboard
The goal of this package is to make it easy to implement the BLoC Design Pattern (Business Logic Component).
0.1.0 #
Initial Version of the library.
- Includes the ability to create a custom Bloc by extending
Bloc
class. - Includes the ability to connect presentation layer to
Bloc
by using theBlocBuilder
Widget.
0.1.1 #
Minor Updates to Documentation.
0.1.2 #
Additional Minor Updates to Documentation.
0.2.0 #
Added Support for Stream Transformation
- Includes
Stream<E> transform(Stream<E> events)
- Updates to Documentation
0.2.1 #
Minor Updates to Documentation.
0.2.2 #
Additional Minor Updates to Documentation.