Bug fix:
- socket_io_common#14 Fix ByteBuffer cast to Uint8List
- socket_io_common#15 NoSuchMethodError (NoSuchMethodError: Class '[AnyType]' has no instance getter 'toJSON')
Bug fix:
- socket_io_common#13 Fix #12 regression bug on toJson.
Bug fix:
- socket_io_common#12 Sending buffer data is not working!
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
Bug fix:
- socket.io-client-dart#330 _Client throws error when buffer is received
Bug fix:
- socket_io_common#8 _fixed RangeError
Bug fix:
- socket.io-client-dart#294 _reconstructPacket
Features:
- socket_io_common#5 Added listening any event functionality
Bug fix:
- socket.io-client-dart#167 Message handler doesn't receive messages
Support null safety on 2.0.0-beta
Bug fix:
- socket.io-client-dart#140 getting Error on emitWithAck() in v2 beta
Features:
- socket_io_common#3 Support Socket.io server v3.0
minor fix
Features:
- socket_io_common#2 Support null safety
Bug fix:
- socket.io-client-dart#72 Can't send Iterable as one packet
Bug fix:
- socket.io-client-dart#51 Issues with ArrayBuffer in Flutter Web