platform/packages/container/angel_container/pubspec.yaml

12 lines
310 B
YAML
Raw Normal View History

2018-07-10 18:18:10 +00:00
name: angel_container
2021-03-18 00:21:42 +00:00
version: 3.0.0
2019-10-12 13:48:06 +00:00
description: A hierarchical DI container, and pluggable backends for reflection.
2021-05-02 04:12:43 +00:00
homepage: https://github.com/dukefirehawk/angel
2018-08-11 19:07:35 +00:00
environment:
2021-03-18 00:21:42 +00:00
sdk: '>=2.12.0 <3.0.0'
2018-07-10 18:18:10 +00:00
dependencies:
2021-03-06 14:10:24 +00:00
collection: ^1.15.0
2021-03-18 00:21:42 +00:00
quiver: ^3.0.0
2018-08-11 19:07:35 +00:00
dev_dependencies:
2021-03-06 14:10:24 +00:00
pedantic: ^1.11.0
2021-03-18 00:21:42 +00:00
test: ^1.16.8