File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.0
2
+
3
+ ** New Feature:**
4
+
5
+ * [ #237 ] ( https://github.com/rikulo/socket.io-client-dart/pull/237 ) Allow sending an ack with multiple data items (making it consistent with emit)
6
+
1
7
## 1.0.2
2
8
3
9
** New Feature:**
Original file line number Diff line number Diff line change 1
1
name : socket_io_client
2
2
description : Dartlang port of socket.io-client for web, flutter, dartvm to use
3
- version : 2.0.0-beta.4-nullsafety.0
3
+ version : 2.0.0
4
4
homepage : https://www.zkoss.org
5
5
repository : https://github.com/rikulo/socket.io-client-dart
6
6
issue_tracker : https://github.com/rikulo/socket.io-client-dart/issues
@@ -10,7 +10,7 @@ environment:
10
10
11
11
dependencies :
12
12
logging : ' ^1.0.1'
13
- socket_io_common : ' ^2.0.0-beta.1-nullsafety.0 '
13
+ socket_io_common : ' ^2.0.0'
14
14
js : ' ^0.6.3'
15
15
16
16
dev_dependencies :
You can’t perform that action at this time.
0 commit comments