Socket.io Client Dart Versions Save

socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client

v3.0.0-beta.2

2 months ago

3.0.0-beta.2

Bug fix:

  • #373 hot restart error - Unhandled Exception: type 'Null' is not a subtype of type 'bool'

v3.0.0-beta.1

3 months ago

3.0.0-beta.1

Bug fix:

  • #367 Error on dispose

v3.0.0-beta.0

3 months ago

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

v2.0.3+1

9 months ago

2.0.3+1

Fix dart analyzing issues

v2.0.3

9 months ago

2.0.3

New Feature:

  • #338 feat: implement connection state recovery

v2.0.2

1 year ago

2.0.2

Bug fix:

  • #330 Client throws error when buffer is received

v2.0.1

1 year ago

2.0.1

New Feature:

  • #310 Add setAuthFn for OptionBuilder

Bug fix:

  • #287 reconnecting event is not triggered

v2.0.0

1 year ago

2.0.0

New Feature:

  • #237 Allow sending an ack with multiple data items (making it consistent with emit)

v1.0.2

2 years ago

1.0.2

New Feature:

  • #237 Allow sending an ack with multiple data items (making it consistent with emit)

v1.0.1

3 years ago

1.0.1

Bug fix:

  • #188 Fixbug for Backoff when many attempts: "UnsupportedError: Unsupported operation: Infinity or NaN toInt"