From db4d128d046b7c7c314e682d6b0419983cf103f1 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Wed, 13 Aug 2025 15:07:12 +0300 Subject: [PATCH] docs(readme): add talker_cherrypick_logger to Additional Modules section Added information about the talker_cherrypick_logger official module in the Additional Modules table in README. This module provides seamless DI event logging integration with the Talker logging framework. --- cherrypick/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cherrypick/README.md b/cherrypick/README.md index d6c68d6..27a444d 100644 --- a/cherrypick/README.md +++ b/cherrypick/README.md @@ -712,6 +712,7 @@ CherryPick provides a set of official add-on modules for advanced use cases and | [**cherrypick_annotations**](https://pub.dev/packages/cherrypick_annotations) | Dart annotations for concise DI definitions and code generation. | | [**cherrypick_generator**](https://pub.dev/packages/cherrypick_generator) | Code generator to produce DI bindings based on annotations. | | [**cherrypick_flutter**](https://pub.dev/packages/cherrypick_flutter) | Flutter integration: DI provider widgets and helpers for Flutter. | +| [**talker_cherrypick_logger**](https://pub.dev/packages/talker_cherrypick_logger) | Advanced logger for CherryPick DI events and state. Provides seamless integration with [Talker](https://pub.dev/packages/talker) logger, enabling central and visual tracking of DI events, errors, and diagnostics in both UI and console. | ---