talker_bloc_effects 0.1.0
talker_bloc_effects: ^0.1.0 copied to clipboard
A Talker observer for BLoC lifecycle logs and bloc_effects emissions, with source-aware filtering and configurable effect output.
Changelog #
All notable changes to this project are documented here.
The format follows Keep a Changelog and Semantic Versioning.
Unreleased #
0.1.0 - 2026-09-14 #
Added #
TalkerBlocEffectsObserverfor standard BLoC logs and effect emissions through one shared Talker instance.BlocEffectLogwith the original effect and its emitting Bloc/Cubit when available, including support for null and repeated effects.TalkerBlocEffectsSettingsfor effect filtering, enabling logging, and choosing full or type-only messages.- The
bloc-effectkey for Talker filtering, titles, and colors. - A Flutter web example demonstrating counter changes and Snackbar effects.
- Package and widget tests, strict analysis rules, and CI checks for the minimum supported Flutter SDK and current stable.