Files
cherrypick/website/docs/intro.md

41 lines
1.2 KiB
Markdown
Raw Normal View History

2025-08-13 18:19:25 +03:00
---
sidebar_position: 1
---
# CherryPick — Dependency Injection for Dart & Flutter
2025-08-13 18:19:25 +03:00
Welcome to the documentation for **CherryPick**, a lightweight and flexible dependency injection library for Dart and Flutter.
2025-08-13 18:19:25 +03:00
---
2025-08-13 18:19:25 +03:00
## About CherryPick
2025-08-13 18:19:25 +03:00
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
2025-08-13 18:19:25 +03:00
Whether you build backend or Flutter apps, CherryPick will help you maintain clear and testable project structure with minimal boilerplate.
2025-08-13 18:19:25 +03:00
## Quick Links
2025-08-13 18:19:25 +03:00
- [Key Features](key-features.md)
- [Getting Started](getting-started.md)
- [Core Concepts](core-concepts/binding.md)
- [Advanced Features](advanced-features/hierarchical-subscopes.md)
- [Using Annotations](using-annotations.md)
- [FAQ](faq.md)
- [Example Application](example-application.md)
- [GitHub Repository](https://github.com/pese-git/cherrypick)
2025-08-13 18:19:25 +03:00
## Installation
2025-08-13 18:19:25 +03:00
See [Installation](installation.md) for instructions on adding CherryPick to your Dart/Flutter project.
2025-08-13 18:19:25 +03:00
---
2025-08-13 18:19:25 +03:00
CherryPick is open-source. Contributions and questions are welcome!
2025-08-13 18:19:25 +03:00
---