mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-03-24 20:12:04 +00:00
- Update Flutter version from 3.32.0 to 3.38.1 in .fvmrc - Bump Dart SDK minimum version in pubspec.yaml files: - Root: 3.2.0 -> 3.8.0 - cherrypick_annotations: 3.8.0 -> 3.9.0 - cherrypick/example: 2.12.0 -> 3.2.0 - examples/postly: 3.8.0 -> 3.9.0 - Apply code formatting fixes in cherrypick_generator - Update dependencies in pubspec.lock files
27 lines
705 B
YAML
27 lines
705 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.2
|
|
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.9.0 <4.0.0"
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
meta: ^1.15.0
|
|
# path: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
lints: ^6.0.0
|
|
test: ^1.25.8
|