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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graphql_ws_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  graphql_ws_flutter: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:graphql_ws_flutter/graphql_ws_flutter.dart';
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