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.

Libraries

app_socket_io