platform/packages/container/angel_container/pubspec.yaml

13 lines
353 B
YAML
Raw Normal View History

2018-07-10 18:18:10 +00:00
name: angel_container
2019-10-12 13:34:15 +00:00
version: 1.1.0
2018-08-11 19:07:35 +00:00
author: Tobe O <thosakwe@gmail.com>
2019-10-12 13:48:06 +00:00
description: A hierarchical DI container, and pluggable backends for reflection.
2018-08-11 19:07:35 +00:00
homepage: https://github.com/angel-dart/container.git
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
2018-07-10 18:18:10 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
collection: ^1.14.13
quiver: ^2.1.5
2018-08-11 19:07:35 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
pedantic: ^1.9.2
test: ^1.15.7