ff_bloc 1.0.5
ff_bloc: ^1.0.5 copied to clipboard
Lightweight BLoC foundations for stream-based events, explicit states, concurrency policies, subscriptions, and disposal.
1.0.5 #
- Added constructor-level
FFEventConcurrencypolicies for sequential, concurrent, droppable, and restartable event handling. - Forwarded
FFGenericBlocerrors to the globalBlocObserver, matchingFFBlocbehavior. - Reworked the package documentation, example, tests, dependency constraints, and release checks.
- Added a Material for MkDocs documentation portal, GitHub Pages deployment,
and the repo-local
$ff-blocCodex skill.
1.0.4 #
- Updated dependencies.
1.0.3 #
- Improved documentation.
- Rewrote event handling to use
bloc_concurrency.
1.0.2 #
- Fixed forwarding errors to
Bloc.observer.onError.
1.0.1 #
- Updated the example.
1.0.0 #
- Initial release.