flutter_graphql_client_plus 1.0.9 copy "flutter_graphql_client_plus: ^1.0.9" to clipboard
flutter_graphql_client_plus: ^1.0.9 copied to clipboard

A lightweight GraphQL client wrapper for Flutter that supports standard GraphQL queries, mutations, subscriptions over ActionCable, token-based authentication with automatic token refresh handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_graphql_client_plus

With Flutter:

 $ flutter pub add flutter_graphql_client_plus

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

dependencies:
  flutter_graphql_client_plus: ^1.0.9

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_graphql_client_plus/error.dart';
import 'package:flutter_graphql_client_plus/flutter_graphql_client.dart';
import 'package:flutter_graphql_client_plus/graphql_action_cable_link.dart';
import 'package:flutter_graphql_client_plus/graphql_request_service.dart';
import 'package:flutter_graphql_client_plus/responds.dart';
import 'package:flutter_graphql_client_plus/token.dart';
2
likes
0
points
440
downloads

Publisher

verified publishermypackeges.tk

Weekly Downloads

A lightweight GraphQL client wrapper for Flutter that supports standard GraphQL queries, mutations, subscriptions over ActionCable, token-based authentication with automatic token refresh handling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

action_cable, flutter, graphql_flutter

More

Packages that depend on flutter_graphql_client_plus