diff --git a/cherrypick/README.md b/cherrypick/README.md index 495f506..8813b19 100644 --- a/cherrypick/README.md +++ b/cherrypick/README.md @@ -1,3 +1,7 @@ +[![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) + +--- + # CherryPick `cherrypick` is a flexible and lightweight dependency injection library for Dart and Flutter. diff --git a/cherrypick_annotations/README.md b/cherrypick_annotations/README.md index 9b04465..2fb368b 100644 --- a/cherrypick_annotations/README.md +++ b/cherrypick_annotations/README.md @@ -1,3 +1,7 @@ +[![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) + +--- + # cherrypick_annotations [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) diff --git a/cherrypick_flutter/README.md b/cherrypick_flutter/README.md index db94ab7..e2fa00e 100644 --- a/cherrypick_flutter/README.md +++ b/cherrypick_flutter/README.md @@ -1,3 +1,7 @@ +[![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) + +--- + # 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. diff --git a/cherrypick_generator/README.md b/cherrypick_generator/README.md index 4522fe4..1c59433 100644 --- a/cherrypick_generator/README.md +++ b/cherrypick_generator/README.md @@ -1,3 +1,7 @@ +[![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) + +--- + # 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. diff --git a/talker_cherrypick_logger/README.md b/talker_cherrypick_logger/README.md index f1e4e26..c881c90 100644 --- a/talker_cherrypick_logger/README.md +++ b/talker_cherrypick_logger/README.md @@ -1,3 +1,7 @@ +[![Melos + FVM CI](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pese-git/cherrypick/actions/workflows/pipeline.yml) + +--- + # 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.