gql_cache_lens 0.9.0
gql_cache_lens: ^0.9.0 copied to clipboard
A Flutter DevTools Extension for inspecting GraphQL cache in your Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gql_cache_lensThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gql_cache_lens: ^0.9.0Alternatively, 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:gql_cache_lens/main.dart';