platform/packages/poll/pubspec.yaml

16 lines
432 B
YAML
Raw Normal View History

2017-12-21 17:38:30 +00:00
name: angel_poll
2017-12-21 19:24:49 +00:00
version: 1.0.0
description: package:angel_client support for "realtime" interactions with Angel via long polling.
author: Tobe O <thosakwe@gmail.com>
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.7.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
path: ../client
2017-12-21 19:24:49 +00:00
async: ">=1.10.0 <3.0.0"
2021-02-14 05:22:25 +00:00
collection: ^1.14.12
2017-12-21 17:38:30 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_test: # ^1.1.0
path: ../test
test: ^1.15.7