Files
cherrypick/pubspec.yaml
Sergey Penkovsky c91392c978 fixed pubspec
2022-05-21 16:29:41 +03:00

21 lines
497 B
YAML

name: cherrypick
description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects.
version: 1.0.2
homepage: https://pese-git.github.io/cherrypick-site/
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: ">=2.12.0 <3.0.0"
dependencies:
meta: ^1.3.0
dev_dependencies:
pedantic: ^1.11.0
test: ^1.17.2
mockito: ^5.0.6