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:
Sergey Penkovsky
2025-09-08 17:16:51 +03:00
parent f1cf1d054f
commit a9101513e1
5 changed files with 20 additions and 0 deletions

View File

@@ -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.