flutter_graphql_client_plus 0.0.1 copy "flutter_graphql_client_plus: ^0.0.1" to clipboard
flutter_graphql_client_plus: ^0.0.1 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 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 flutter pub get):

dependencies:
  flutter_graphql_client_plus: ^0.0.1

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: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
140
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.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

action_cable, flutter, graphql_flutter

More

Packages that depend on flutter_graphql_client_plus