graphql_cache_inspector 0.0.2+1 graphql_cache_inspector: ^0.0.2+1 copied to clipboard
A Flutter Plugin that helps to inspect the graphql cache on device.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add graphql_cache_inspector
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
graphql_cache_inspector: ^0.0.2+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:graphql_cache_inspector/graphql_cache_inspector.dart';