gql_cache_lens 0.4.0 copy "gql_cache_lens: ^0.4.0" to clipboard
gql_cache_lens: ^0.4.0 copied to clipboard

A Flutter DevTools Extension for inspecting GraphQL cache.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gql_cache_lens

With Flutter:

 $ flutter pub add gql_cache_lens

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

dependencies:
  gql_cache_lens: ^0.4.0

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:gql_cache_lens/main.dart';
import 'package:gql_cache_lens/service/app_service.dart';
import 'package:gql_cache_lens/service/gql_cache.dart';
import 'package:gql_cache_lens/ui/object_page.dart';
import 'package:gql_cache_lens/ui/root_page.dart';
2
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter DevTools Extension for inspecting GraphQL cache.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

devtools_extensions, flutter, google_fonts

More

Packages that depend on gql_cache_lens