graphql_infra_tool 1.0.1 copy "graphql_infra_tool: ^1.0.1" to clipboard
graphql_infra_tool: ^1.0.1 copied to clipboard

A comprehensive Flutter package providing a robust wrapper around GraphQL operations with built-in error handling, authentication, caching, and logging capabilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graphql_infra_tool

With Flutter:

 $ flutter pub add graphql_infra_tool

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

dependencies:
  graphql_infra_tool: ^1.0.1

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:graphql_infra_tool/graphql_infra_tool.dart';
1
likes
150
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package providing a robust wrapper around GraphQL operations with built-in error handling, authentication, caching, and logging capabilities.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

gql, gql_link, graphql_flutter

More

Packages that depend on graphql_infra_tool