Files
cherrypick/pubspec.yaml

19 lines
415 B
YAML
Raw Normal View History

2020-06-27 06:44:46 +03:00
name: dart_di
description: Experimental Dependency Injection library.
2021-04-26 09:43:57 +03:00
version: 0.1.0
2021-04-26 14:10:03 +03:00
homepage: https://github.com/pese-git/dart_di
2021-04-26 14:15:15 +03:00
documentation: https://github.com/pese-git/dart_di/doc
2021-04-26 14:19:46 +03:00
repository: https://github.com/pese-git/dart_di
issue_tracker: https://github.com/pese-git/dart_di/issues
2020-06-27 06:44:46 +03:00
environment:
2021-03-27 19:48:03 +03:00
sdk: ">=2.12.0 <3.0.0"
2020-06-27 06:44:46 +03:00
dependencies:
2021-03-27 19:48:03 +03:00
meta: ^1.3.0
2020-06-27 06:44:46 +03:00
dev_dependencies:
2021-03-27 19:48:03 +03:00
test: ^1.16.8
2020-06-27 06:44:46 +03:00
2021-03-27 19:48:03 +03:00
mockito: ^5.0.3