21 lines
461 B
YAML
21 lines
461 B
YAML
name: signalr_core
|
|
description: ASP.NET Core SignalR Client written for Dart that is platform-independent, and can be used on both the command-line and the browser.
|
|
version: 1.1.2
|
|
homepage: https://github.com/jamiewest/signalr_core
|
|
|
|
environment:
|
|
sdk: ^3.2.6
|
|
|
|
dependencies:
|
|
http: ^1.2.0
|
|
logging: ^1.2.0
|
|
meta: ^1.9.1
|
|
tuple: ^2.0.2
|
|
web_socket_channel: ^2.4.3
|
|
sse_channel: ^0.1.1
|
|
equatable: ^2.0.5
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
test: ^1.24.4
|