mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
- Unified MAJOR.MINOR versioning across all cherrypick ecosystem packages - Updated cherrypick_annotations from 1.1.2-dev.2 to 3.0.0-dev.0 - Updated cherrypick_generator from 2.0.0-dev.2 to 3.0.0-dev.0 - Updated cherrypick_flutter from 1.1.3-dev.12 to 3.0.0-dev.1 - Updated documentation URLs from .dev to .netlify.app domain - Maintained semantic versioning consistency for mono-repository management This change ensures: - Clear compatibility signaling between interdependent packages - Simplified dependency management for consumers - Consistent release versioning across the ecosystem
27 lines
711 B
YAML
27 lines
711 B
YAML
name: cherrypick_annotations
|
|
description: |
|
|
Set of annotations for CherryPick dependency injection library. Enables code generation and declarative DI for Dart & Flutter projects.
|
|
version: 3.0.0-dev.0
|
|
homepage: https://cherrypick-di.netlify.app
|
|
documentation: https://cherrypick-di.netlify.app/docs/intro
|
|
repository: https://github.com/pese-git/cherrypick/cherrypick_annotations
|
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
|
topics:
|
|
- di
|
|
- ioc
|
|
- dependency-injection
|
|
- dependency-management
|
|
- inversion-of-control
|
|
|
|
environment:
|
|
sdk: ">=3.5.2 <4.0.0"
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
meta: ^1.15.0
|
|
# path: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
lints: ^5.0.0
|
|
test: ^1.25.8
|