flutter_socket_io 0.4.0 flutter_socket_io: ^0.4.0 copied to clipboard
Flutter Socket IO Plugin
0.4.0 #
- Added: The guide for installing this plugin on iOS
- Added MIT LICENSE
0.3.8 #
- Fixed bugs.
0.3.7 #
- Updated documentation
0.3.3 #
- Fixed bugs: iOS don't create new SocketManger (with the same domain) if it already existed.
0.3.2 #
- Fixed bugs.
0.3.0 #
- Supported iOS (Testing).
0.2.0 #
- Added function: init() socket (please call this function before doing anything with socket)
0.1.1 #
- Refactor code.
0.1.0 #
- Fixed bugs.
0.0.21 #
- Fixed bugs.
0.0.20 #
- Fixed bugs.
0.0.19 #
- Fixed bugs.
0.0.18 #
- Fixed bugs.
0.0.17 #
- Set transports = new String[]{WebSocket.NAME};
0.0.16 #
- Fixed bugs.
0.0.15 #
- Fixed bugs.
- Added 'String query' param [optional] when calling connect function
0.0.14 #
- Fixed bugs.
0.0.12 #
- Fixed bugs.
0.0.11 #
- Fixed bugs.
- Added features: supported calling connect/subscribes/unSubscribes/sendMessage with Flutter's callback Function.
- Supported OS:
- Android
- iOS: COMING SOON
0.0.8 #
- Initial release.
- Supported:
- Android
- iOS: coming soon