graphql_infra_tool 1.0.1
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';