bloc_presentation 1.1.1
bloc_presentation: ^1.1.1 copied to clipboard
Extends blocs with an additional stream which can serve as a way of indicating single-time events (so-called "presentation events").
1.1.0 #
- Bump dependency on
flutter_blocto9.0.0. (#37, thanks @bobekos)
1.0.1 #
- Removed dependency on
provider.
1.0.0 #
- BREAKING: Removed
useBlocPresentationListenerhook. UseuseOnStreamChangedfromflutter_hooksinstead. - Removed dependency on
flutter_hooks.
0.4.0 #
- BREAKING:
BlocPresentationMixinis now generic over the type of the presentation event (see #17) - BREAKING: removed
BlocPresentationEventmarker type
0.3.0 #
- Bump minimum Flutter version to
3.10.0(#22) - Bump dependency on
flutter_hooksto^0.20.0(#22)
0.2.1+2 #
- Fix example path in README
0.2.1+1 #
- Improve README
0.2.1 #
- Replace listener's bloc state type bound with
dynamic(by @petrnymsa)
0.2.0 #
- Bump minimum Flutter version to 3.3.0.
0.1.1 #
- Loosen Dart SDK constraint to >=2.12.0
0.1.0 #
- Initial release
0.0.0 #
- Parking package name. Publishing soon.