transports library
flutter_chats_ui — Transport adapters barrel.
In-memory, WebSocket, REST, and Firestore transports.
Classes
- HttpClient
- Minimal HTTP client contract — inject your own (http, dio, etc.).
- HttpResponse
- MemoryTransport
- RestConfig
- REST polling configuration.
- RestTransport
- WebSocketConfig
- Configuration for the WebSocket transport.
- WebSocketTransport
- WebSocket transport adapter.