-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #72 Can't send Iterable as one packet
- Loading branch information
1 parent
409a0de
commit a31054c
Showing
4 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: socket_io_client | ||
description: Dartlang port of socket.io-client for web, flutter, dartvm to use | ||
version: 0.9.9 | ||
version: 0.9.10 | ||
author: jumperchen <[email protected]> | ||
homepage: https://www.zkoss.org | ||
repository: https://github.com/rikulo/socket.io-client-dart | ||
|
@@ -11,7 +11,7 @@ environment: | |
|
||
dependencies: | ||
logging: ^0.11.3+2 | ||
socket_io_common: ">=0.9.0+5 <2.0.0" | ||
socket_io_common: ">=0.9.2 <2.0.0" | ||
|
||
dev_dependencies: | ||
test: ">=1.3.0 <2.0.0" | ||
|