graphql_ws_flutter 0.1.0
graphql_ws_flutter: ^0.1.0 copied to clipboard
Flutter integration for graphql_ws — keeps the GraphQL over WebSocket connection alive across app lifecycle changes and flaky mobile connectivity.
0.1.0 #
- Initial release. Flutter integration for
graphql_ws:GraphqlWsConnectionManager— observes app lifecycle and connectivity, verifies the socket on resume (ping + watchdog), and drivesClient.terminate()when it detects a frozen or dead connection.GraphqlWsConnectionScope— a widget that wires the manager into the widget tree.connectivityAwareRetryWait— aRetryWaitthat parks reconnection attempts while the device is offline instead of burning the retry budget.