mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
Add CI/CD badges to package README files
- Added Melos + FVM CI badges to all package README.md files - Standardized badge formatting across all packages - Improved project visibility with build status indicators
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
[](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# CherryPick
|
# CherryPick
|
||||||
|
|
||||||
`cherrypick` is a flexible and lightweight dependency injection library for Dart and Flutter.
|
`cherrypick` is a flexible and lightweight dependency injection library for Dart and Flutter.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
[](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# cherrypick_annotations
|
# cherrypick_annotations
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
[](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# CherryPick Flutter
|
# CherryPick Flutter
|
||||||
|
|
||||||
`cherrypick_flutter` offers a Flutter integration to access and manage dependency injection scopes using the `CherryPickProvider`. This setup facilitates accessing the root scope directly from the widget tree, providing a straightforward mechanism for dependences management within Flutter applications.
|
`cherrypick_flutter` offers a Flutter integration to access and manage dependency injection scopes using the `CherryPickProvider`. This setup facilitates accessing the root scope directly from the widget tree, providing a straightforward mechanism for dependences management within Flutter applications.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
[](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# Cherrypick Generator
|
# Cherrypick Generator
|
||||||
|
|
||||||
**Cherrypick Generator** is a Dart code generation library for automating dependency injection (DI) boilerplate. It processes classes and fields annotated with [cherrypick_annotations](https://pub.dev/packages/cherrypick_annotations) and generates registration code for services, modules, and field injection for classes marked as `@injectable`. It supports advanced DI features such as scopes, named bindings, parameters, and asynchronous dependencies.
|
**Cherrypick Generator** is a Dart code generation library for automating dependency injection (DI) boilerplate. It processes classes and fields annotated with [cherrypick_annotations](https://pub.dev/packages/cherrypick_annotations) and generates registration code for services, modules, and field injection for classes marked as `@injectable`. It supports advanced DI features such as scopes, named bindings, parameters, and asynchronous dependencies.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
[](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# talker_cherrypick_logger
|
# talker_cherrypick_logger
|
||||||
|
|
||||||
An integration package that allows you to log [CherryPick](https://github.com/pese-dot-work/cherrypick) Dependency Injection (DI) container events using the [Talker](https://pub.dev/packages/talker) logging system.
|
An integration package that allows you to log [CherryPick](https://github.com/pese-dot-work/cherrypick) Dependency Injection (DI) container events using the [Talker](https://pub.dev/packages/talker) logging system.
|
||||||
|
|||||||
Reference in New Issue
Block a user