platform/packages/websocket/pubspec.yaml

24 lines
617 B
YAML
Raw Normal View History

2021-05-15 07:19:35 +00:00
name: angel3_websocket
2019-01-06 02:41:46 +00:00
description: Support for using pkg:angel_client with WebSockets. Designed for Angel.
2021-05-02 04:12:43 +00:00
version: 4.0.0
2021-05-15 07:19:35 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/websocket
2016-12-23 10:47:21 +00:00
environment:
2021-04-26 00:47:32 +00:00
sdk: '>=2.12.0 <3.0.0'
2016-04-29 01:19:09 +00:00
dependencies:
2021-05-15 07:19:35 +00:00
angel3_auth: ^4.0.0
angel3_client: ^4.0.0
angel3_framework: ^4.0.0
angel3_http_exception: ^3.0.0
angel3_merge_map: ^2.0.0
2021-04-25 04:50:01 +00:00
http: ^0.13.1
meta: ^1.3.0
stream_channel: ^2.1.0
2021-05-15 07:19:35 +00:00
web_socket_channel: ^2.1.0
2021-04-26 00:47:32 +00:00
collection: ^1.15.0
2021-03-07 16:18:07 +00:00
dev_dependencies:
2021-05-15 07:19:35 +00:00
angel3_container: ^3.0.0
angel3_model: ^3.0.0
2021-05-15 07:23:13 +00:00
logging: ^1.0.1
2021-04-25 04:50:01 +00:00
pedantic: ^1.11.0
2021-05-15 07:19:35 +00:00
test: ^1.17.4
2021-03-06 14:47:56 +00:00