mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
27 lines
732 B
YAML
27 lines
732 B
YAML
name: cherrypick_generator
|
|
description: |
|
|
Source code generator for the cherrypick dependency injection system. Processes annotations to generate binding and module code for Dart & Flutter projects.
|
|
|
|
version: 1.1.0-dev.3
|
|
documentation: https://github.com/pese-git/cherrypick/wiki
|
|
repository: https://github.com/pese-git/cherrypick/cherrypick_generator
|
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
|
|
|
environment:
|
|
sdk: ">=3.5.2 <4.0.0"
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
cherrypick_annotations: ^1.1.0-dev.1
|
|
analyzer: ^6.7.0
|
|
dart_style: ^2.3.7
|
|
build: ^2.4.1
|
|
build_runner: ^2.4.13
|
|
source_gen: ^1.5.0
|
|
collection: ^1.18.0
|
|
|
|
dev_dependencies:
|
|
lints: ^5.0.0
|
|
mockito: ^5.4.4
|
|
test: ^1.25.8
|