tanquery_devtools 0.1.0 copy "tanquery_devtools: ^0.1.0" to clipboard
tanquery_devtools: ^0.1.0 copied to clipboard

Visual devtools overlay for tanquery. Inspect query cache, mutation log, and query states in real-time with a floating panel overlay.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tanquery_devtools

With Flutter:

 $ flutter pub add tanquery_devtools

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

dependencies:
  tanquery_devtools: ^0.1.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:tanquery_devtools/tanquery_devtools.dart';
1
likes
0
points
168
downloads

Publisher

verified publisherottomancoder.com

Weekly Downloads

Visual devtools overlay for tanquery. Inspect query cache, mutation log, and query states in real-time with a floating panel overlay.

Repository (GitHub)
View/report issues

Topics

#flutter #devtools #debugging #cache #state-management

License

unknown (license)

Dependencies

flutter, tanquery, tanquery_flutter

More

Packages that depend on tanquery_devtools