socket_io_client_flutter 0.0.2-dev.2 socket_io_client_flutter: ^0.0.2-dev.2 copied to clipboard
Flutter port of socket.io-client for web, flutter, dartvm to use
1.2.0 #
- Port socket.io-client-dart 2.0.0 to Flutter without null safety, compatible with Flutter 1.22.6 (no null safety) and Flutter 3.0.2 (supports mixed null safety).
New Feature:
- #237 Allow sending an ack with multiple data items (making it consistent with emit)
1.0.2+2 #
Bug fix:
- Widen supported versions for socket_io_common, http and logging dependencies.
1.0.2+1 #
New Feature:
- Port socket.io-client-dart 1.0.2 to Flutter without null safety, compatible with Flutter 1.22.6 (no null safety) and Flutter 3.0.2 (supports mixed null safety). Add harmless long-polling extensions for xibbit.
1.0.2 #
New Feature:
- #237 Allow sending an ack with multiple data items (making it consistent with emit)
1.0.1 #
Bug fix:
- #188 Fixbug for Backoff when many attempts: "UnsupportedError: Unsupported operation: Infinity or NaN toInt"
0.9.10+2 #
- Fix dart analyzer warning for formatting issues.
0.9.10+1 #
- Fix dart analyzer warning.