pixeltoo_socket 0.1.0 copy "pixeltoo_socket: ^0.1.0" to clipboard
pixeltoo_socket: ^0.1.0 copied to clipboard

Modern Socket.IO client library for Flutter with full Socket.IO v4 support, automatic reconnection, polling and WebSocket transports.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pixeltoo_socket

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pixeltoo_socket: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pixeltoo_socket/pixeltoo_socket.dart';
0
likes
140
points
11
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Modern Socket.IO client library for Flutter with full Socket.IO v4 support, automatic reconnection, polling and WebSocket transports.

Repository (GitHub)
View/report issues

Topics

#socket-io #websocket #real-time #networking #communication

License

MIT (license)

Dependencies

flutter, http, logging, web_socket_channel

More

Packages that depend on pixeltoo_socket