mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
19 lines
415 B
YAML
19 lines
415 B
YAML
name: dart_di
|
|
description: Experimental Dependency Injection library.
|
|
version: 0.1.0
|
|
homepage: https://github.com/pese-git/dart_di
|
|
documentation: https://github.com/pese-git/dart_di/doc
|
|
repository: https://github.com/pese-git/dart_di
|
|
issue_tracker: https://github.com/pese-git/dart_di/issues
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
dependencies:
|
|
meta: ^1.3.0
|
|
|
|
dev_dependencies:
|
|
test: ^1.16.8
|
|
|
|
mockito: ^5.0.3
|