socket_io_common 3.0.1 socket_io_common: ^3.0.1 copied to clipboard
Socket.io common parser library.
3.0.1 #
Bug fix:
- socket_io_common#13 Fix #12 regression bug on toJson.
3.0.0 #
Bug fix:
- socket_io_common#12 Sending buffer data is not working!
3.0.0-beta.0 #
Features:
- Update codebase for compatibility with Socket.IO v4.7.4 and migrate to Dart version 3
- socket_io_common#10 EventEmitter.on returns disposer function
2.0.3 #
Bug fix:
- socket.io-client-dart#330 _Client throws error when buffer is received
2.0.2 #
Bug fix:
- socket_io_common#8 _fixed RangeError
2.0.1 #
Bug fix:
- socket.io-client-dart#294 _reconstructPacket
2.0.0 #
Features:
- socket_io_common#5 Added listening any event functionality
2.0.0-beta.1-nullsafety.1 #
Bug fix:
- socket.io-client-dart#167 Message handler doesn't receive messages
2.0.0-beta.1-nullsafety.0 #
Support null safety on 2.0.0-beta
2.0.0-beta.1 #
Bug fix:
- socket.io-client-dart#140 getting Error on emitWithAck() in v2 beta
2.0.0-beta.0 #
Features:
- socket_io_common#3 Support Socket.io server v3.0
1.0.0-nullsafety.1 #
minor fix
1.0.0-nullsafety.0 #
Features:
- socket_io_common#2 Support null safety
0.9.2 #
Bug fix:
- socket.io-client-dart#72 Can't send Iterable as one packet
0.9.1 #
Bug fix:
- socket.io-client-dart#51 Issues with ArrayBuffer in Flutter Web