platform/packages/poll/pubspec.yaml

23 lines
606 B
YAML
Raw Normal View History

2017-12-21 17:38:30 +00:00
name: angel_poll
2021-06-20 12:37:20 +00:00
version: 2.0.0
2017-12-21 19:24:49 +00:00
description: package:angel_client support for "realtime" interactions with Angel via long polling.
2021-06-20 12:37:20 +00:00
publish_to: none
2017-12-21 19:24:49 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-12-21 19:24:49 +00:00
homepage: https://github.com/angel-dart/poll
2017-12-21 17:38:30 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_client: # ^1.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/client
async: ^2.7.0
collection: ^1.15.0
2017-12-21 17:38:30 +00:00
dev_dependencies:
2021-06-20 12:37:20 +00:00
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/test
test: ^1.17.8
2022-01-04 12:03:52 +00:00
lints: ^1.0.0