platform/packages/wings/pubspec.yaml

32 lines
828 B
YAML
Raw Normal View History

2018-07-03 23:16:29 +00:00
name: angel_wings
2021-06-20 12:37:20 +00:00
version: 1.0.0
description: Native HTTP driver for Angel, for a nice speed boost.
homepage: https://github.com/angel-dart/wings
publish_to: none
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2018-07-03 23:16:29 +00:00
dependencies:
2021-06-20 12:37:20 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
mock_request:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/mock_request
2018-07-03 23:16:29 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_static: #^2.0.0
2021-06-20 12:37:20 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/static
io: ^1.0.0
2022-01-04 12:03:52 +00:00
lints: ^1.0.0
2021-06-20 12:37:20 +00:00
pretty_logging:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/pretty_logging