graphql_network_devtools 0.1.1 copy "graphql_network_devtools: ^0.1.1" to clipboard
graphql_network_devtools: ^0.1.1 copied to clipboard

Platformweb

A Flutter DevTools extension for GraphQL network inspection. View GraphQL operations with operation names, search, and filtering.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graphql_network_devtools

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

dependencies:
  graphql_network_devtools: ^0.1.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_network_devtools/graphql_network_devtools.dart';
0
likes
145
points
1.32k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter DevTools extension for GraphQL network inspection. View GraphQL operations with operation names, search, and filtering.

Repository (GitHub)
View/report issues

Topics

#graphql #devtools #network #debugging #flutter

Documentation

API reference

License

MIT (license)

Dependencies

devtools_app_shared, devtools_extensions, flutter, url_launcher, vm_service

More

Packages that depend on graphql_network_devtools