graphql_network_devtools 0.1.1
graphql_network_devtools: ^0.1.1 copied to clipboard
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_devtoolsThis 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.1Alternatively, 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';