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.

app_socket_io #

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

Features #

  • Supports Socket.IO for real-time two-way communication.
  • Automatic reconnection and reconnection strategy configuration.
  • Event listening and distribution mechanism.
  • Message sending and disconnection message queue.
  • Global and instance-level socket configuration.
  • Connection status management and query.
  • Singleton manager for convenient global invocation.

Installation #

Add the dependency in pubspec.yaml:

dependencies:
  app_socket_io: ^1.0.1

Then run:

flutter pub get

Usage #

See example.

0
likes
150
points
351
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