alt_bloc 0.1.1 copy "alt_bloc: ^0.1.1" to clipboard
alt_bloc: ^0.1.1 copied to clipboard

outdated

Library for implementing the BLoC design pattern

[0.1.0] - 2020/01/28 #

  • Bloc design pattern solution. Implements Bloc with multi states feature. Implements widgets that improve work with Bloc such as BlocProvider, Provider, BlocBuilder, RouteListener.

[0.1.1] - 2020/01/29 #

  • Implements Bloc feature that provide possibility pass Stream or Future as source of states. To use this feature you need to call StreamSubscription<S> addStreamSource<S>(Stream<S> source) or StreamSubscription<S> addFutureSource<S>(Future<S> source).
12
likes
0
pub points
27%
popularity

Publisher

verified publisheringenio.com

Library for implementing the BLoC design pattern

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on alt_bloc