We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973b2fe commit 9ce7bb6Copy full SHA for 9ce7bb6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.0.2
2
+
3
+**Bug fix:**
4
5
+* [#330](https://github.com/rikulo/socket.io-client-dart/issues/330) Client throws error when buffer is received
6
7
## 2.0.1
8
9
**New Feature:**
pubspec.yaml
@@ -1,6 +1,6 @@
name: socket_io_client
description: Dartlang port of socket.io-client for web, flutter, dartvm to use
-version: 2.0.1
+version: 2.0.2
homepage: https://www.zkoss.org
repository: https://github.com/rikulo/socket.io-client-dart
issue_tracker: https://github.com/rikulo/socket.io-client-dart/issues
@@ -10,7 +10,7 @@ environment:
10
11
dependencies:
12
logging: '^1.0.1'
13
- socket_io_common: '^2.0.2'
+ socket_io_common: '^2.0.3'
14
js: '^0.6.3'
15
16
dev_dependencies:
0 commit comments