Files
cherrypick/website/docs/additional-modules.md
Sergey Penkovsky 248bf4c8c5 feat(website): update home page to showcase CherryPick DI documentation
- Replaced the main action button text with 'Explore CherryPick Documentation 🍒' instead of 'Docusaurus Tutorial'.
- Updated the button link to target /docs/intro (main docs entry point).
- Changed <Layout> props:
  - Page title now uses project title only (siteConfig.title)
  - Added a CherryPick-related site description for better SEO and context.
- The homepage is now tailored to reflect CherryPick's purpose as a Dart & Flutter DI library instead of Docusaurus boilerplate.
2025-08-14 13:41:54 +03:00

967 B

sidebar_position
sidebar_position
9

Additional Modules

CherryPick provides a set of official add-on modules for advanced use cases and specific platforms:

Module name Description
cherrypick_annotations Dart annotations for concise DI definitions and code generation.
cherrypick_generator Code generator to produce DI bindings based on annotations.
cherrypick_flutter Flutter integration: DI provider widgets and helpers for Flutter.
talker_cherrypick_logger Advanced logger for CherryPick DI events and state. Provides seamless integration with Talker logger, enabling central and visual tracking of DI events, errors, and diagnostics in both UI and console.