code_scout_talker 1.0.1
code_scout_talker: ^1.0.1 copied to clipboard
Talker observer for Code Scout. Forwards everything Talker logs to your Code Scout dashboard, without changing a line of your logging code.
1.0.1 #
Changed #
- The declared minimum is now Flutter 3.38 (Dart 3.10), where it used to say Flutter 3.0. That old number was never true, so pub.dev advertised compatibility with releases that could not resolve the package. Nothing about the code changed.
1.0.0 #
- Initial release.
CodeScoutTalkerObserverforwards Talker logs, errors and exceptions to Code Scout without any change to your logging code.- Talker's log key becomes a Code Scout tag, so
talker_dio_logger,talker_bloc_loggerand the rest arrive already filterable. - Capture is wrapped defensively, so a Code Scout failure can never break the
talkercall that triggered it.