Files
cherrypick/cherrypick_generator/pubspec.yaml
Sergey Penkovsky 6aa76e4041 fix pubspecs
2025-05-22 16:53:29 +03:00

24 lines
535 B
YAML

name: cherrypick_generator
description: Code generator for cherrypick annotations
version: 1.0.0
documentation: https://github.com/pese-git/cherrypick/wiki
repository: https://github.com/pese-git/cherrypick
issue_tracker: https://github.com/pese-git/cherrypick/issues
environment:
sdk: ">=3.5.2 <4.0.0"
# Add regular dependencies here.
dependencies:
cherrypick_annotations: any
analyzer: any
dart_style: any
build: any
build_runner: any
source_gen: any
dev_dependencies:
lints: ^5.0.0
mockito: any
test: ^1.25.8