graphql_intercept_http_code_link 2.0.0
graphql_intercept_http_code_link: ^2.0.0 copied to clipboard
A Flutter package plugin to intercept httpcode of GraphQL migrate to flutter 2.0 null-safety
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add graphql_intercept_http_code_linkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
graphql_intercept_http_code_link: ^2.0.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:graphql_intercept_http_code_link/graphql_intercept_http_code_link.dart';