Files
cherrypick/website/docs/intro.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

1.2 KiB

sidebar_position
sidebar_position
1

CherryPick — Dependency Injection for Dart & Flutter

Welcome to the documentation for CherryPick, a lightweight and flexible dependency injection library for Dart and Flutter.


About CherryPick

CherryPick is a modular DI (Dependency Injection) toolkit designed for:

  • Clean architecture
  • Lightweight and intuitive API
  • Powerful hierarchical scopes
  • Fast synchronous & asynchronous injections
  • Code generation and annotation-based configuration

Whether you build backend or Flutter apps, CherryPick will help you maintain clear and testable project structure with minimal boilerplate.

Installation

See Installation for instructions on adding CherryPick to your Dart/Flutter project.


CherryPick is open-source. Contributions and questions are welcome!