Skip to content

Commit 50b3cef

Browse files
Update pubspec.yaml
1 parent 8b05ec8 commit 50b3cef

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pubspec.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: socket_io
2-
description: Dartlang port of socket.io
2+
description: >
3+
Port of JS/Node library Socket.io. It enables real-time, bidirectional and
4+
event-based communication cross-platform.
35
version: 0.9.0+2
46
author: jumperchen <[email protected]>
57
homepage: https://www.zkoss.org
@@ -8,8 +10,10 @@ environment:
810
sdk: '>=2.0.0 <3.0.0'
911

1012
dependencies:
11-
stream: any
12-
socket_io_common: any
13-
uuid: any
13+
stream: ^2.2.1+1
14+
socket_io_common: ^0.9.0+5
15+
uuid: ^2.0.4
16+
logging: ^0.11.3+2
1417
dev_dependencies:
1518
test: ">=1.3.0 <2.0.0"
19+
pedantic: ^1.0.0

0 commit comments

Comments
 (0)