Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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
version: 1.1.2+1
homepage: https://github.com/jamiewest/signalr_core

environment:
sdk: ^3.2.6

dependencies:
http: ^1.2.0
logging: ^1.2.0
web_socket_channel: ^2.4.3
http: ^1.5.0
logging: ^1.3.0
web_socket_channel: ^3.0.3
sse_channel: ^0.1.1
equatable: ^2.0.5
equatable: ^2.0.7

dev_dependencies:
lints: ^3.0.0
test: ^1.24.4
lints: ^6.0.0
test: ^1.26.3