app_socket_io 1.0.6 copy "app_socket_io: ^1.0.6" to clipboard
app_socket_io: ^1.0.6 copied to clipboard

A Flutter Socket.IO connection management library based on socket_io_client with automatic reconnection and message queuing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_socket_io

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

dependencies:
  app_socket_io: ^1.0.6

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:app_socket_io/app_socket_io.dart';
0
likes
150
points
358
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Socket.IO connection management library based on socket_io_client with automatic reconnection and message queuing.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, socket_io_client

More

Packages that depend on app_socket_io