Releases: rikulo/socket.io-client-dart
Releases · rikulo/socket.io-client-dart
Release 3.0.2
Release 3.0.1
3.0.1
Bug fix:
- #398 [Issue] Unhandled Exception: type 'String' is not a subtype of type 'Iterable' on Server Acknowledgement
Release 3.0.0
3.0.0
Bug fix:
- Upgrade to use socket_io_common 3.0.0
Release 3.0.0-beta.4
Release 3.0.0-beta.3
Release 3.0.0-beta.2
3.0.0-beta.2
Bug fix:
- #373 hot restart error - Unhandled Exception: type 'Null' is not a subtype of type 'bool'
Release 3.0.0-beta.1
Release 3.0.0-beta.0
3.0.0-beta.0
New Feature:
- Update codebase for compatibility with Socket.IO v4.7.4 and migrate to Dart version 3
- #55 how to custom parser
- #322 added emitWithAckAsync
- #334 Socket.on... returns disposer function
- #343 Empty query map in OptionsBuilder throws RangeError
- #353 Add timeout on emit and emitWithAck
Bug fix:
- #360 Library is not compatible with latest version on socket.io 4.7.4
Release 2.0.3+1 version
2.0.3+1
Fix dart analyzing issues