graphql_ws_flutter 0.1.0 copy "graphql_ws_flutter: ^0.1.0" to clipboard
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 drives Client.terminate() when it detects a frozen or dead connection.
    • GraphqlWsConnectionScope — a widget that wires the manager into the widget tree.
    • connectivityAwareRetryWait — a RetryWait that parks reconnection attempts while the device is offline instead of burning the retry budget.
0
likes
160
points
197
downloads

Documentation

API reference

Publisher

verified publisherphlm.fyi

Weekly Downloads

Flutter integration for graphql_ws — keeps the GraphQL over WebSocket connection alive across app lifecycle changes and flaky mobile connectivity.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, flutter, graphql_ws

More

Packages that depend on graphql_ws_flutter