free_fire library
Exports for the FreeFire package:
- FreeFireSocket: Main class for WebSocket communication.
- SocketConfig: Helper class for configuring WebSocket connections.
- FreeFireStreamBuilder: Widget for building UI based on WebSocket data streams.
Classes
- FreeFire
- A utility class for managing exports and versioning within the FreeFire package.
-
FreeFireSocket<
T> - A wrapper class for managing WebSocket communication through FreeFireSocketService.
-
FreeFireStreamBuilder<
T> - A Flutter widget that listens to a stream from a FreeFireSocket and rebuilds itself with the latest data received.
- SocketConfig
- Configuration class for WebSocket settings.