socket_io_native_client 1.0.0 copy "socket_io_native_client: ^1.0.0" to clipboard
socket_io_native_client: ^1.0.0 copied to clipboard

A Flutter plugin for Socket.IO client with native platform support for Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add socket_io_native_client

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

dependencies:
  socket_io_native_client: ^1.0.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:socket_io_native_client/socket_io_native_client.dart';
0
likes
160
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Socket.IO client with native platform support for Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on socket_io_native_client

Packages that implement socket_io_native_client