socket_io_common_client 0.10.0 copy "socket_io_common_client: ^0.10.0" to clipboard
socket_io_common_client: ^0.10.0 copied to clipboard

Dartlang port of socket.io-client, Support VM(Flutter, cmd, server) and web front-end

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add socket_io_common_client

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

dependencies:
  socket_io_common_client: ^0.10.0

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

Import it

Now in your Dart code, you can use:

import 'package:socket_io_common_client/socket_io_client.dart';
import 'package:socket_io_common_client/socket_io_client_for_browser.dart';
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Dartlang port of socket.io-client, Support VM(Flutter, cmd, server) and web front-end

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

logging, socket_io_common

More

Packages that depend on socket_io_common_client