platform/packages/eventsource/pubspec.yaml
2021-02-14 13:22:25 +08:00

18 lines
459 B
YAML

name: angel_eventsource
version: 1.0.0
description: Server-sent Events (SSE) plugin for Angel.
homepage: https://github.com/angel-dart/eventsource
author: Tobe O <thosakwe@gmail.com>
environment:
sdk: ">=2.10.0 <2.12.0"
dependencies:
angel_framework: #^2.0.0-alpha
path: ../framework
angel_websocket: #^2.0.0-alpha
path: ../websocket
eventsource: ^0.2.0
stream_channel: ^2.0.0
dev_dependencies:
console: ^3.0.0
logging:
test: ^1.15.7