We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b05ec8 commit 50b3cefCopy full SHA for 50b3cef
pubspec.yaml
@@ -1,5 +1,7 @@
1
name: socket_io
2
-description: Dartlang port of socket.io
+description: >
3
+ Port of JS/Node library Socket.io. It enables real-time, bidirectional and
4
+ event-based communication cross-platform.
5
version: 0.9.0+2
6
author: jumperchen <[email protected]>
7
homepage: https://www.zkoss.org
@@ -8,8 +10,10 @@ environment:
8
10
sdk: '>=2.0.0 <3.0.0'
9
11
12
dependencies:
- stream: any
- socket_io_common: any
13
- uuid: any
+ stream: ^2.2.1+1
14
+ socket_io_common: ^0.9.0+5
15
+ uuid: ^2.0.4
16
+ logging: ^0.11.3+2
17
dev_dependencies:
18
test: ">=1.3.0 <2.0.0"
19
+ pedantic: ^1.0.0
0 commit comments