requests_inspector_plus 1.0.0 copy "requests_inspector_plus: ^1.0.0" to clipboard
requests_inspector_plus: ^1.0.0 copied to clipboard

A Flutter package for logging REST-APIs and GraphQL requests with runtime capture gating, sensitive-data masking and GraphQL operation labelling, accessible by shaking your phone to open the RequestsI [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add requests_inspector_plus

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

dependencies:
  requests_inspector_plus: ^1.0.0

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:requests_inspector_plus/requests_inspector_plus.dart';
0
likes
140
points
20
downloads

Documentation

API reference

Publisher

verified publisherdwiky.my.id

Weekly Downloads

A Flutter package for logging REST-APIs and GraphQL requests with runtime capture gating, sensitive-data masking and GraphQL operation labelling, accessible by shaking your phone to open the RequestsInspector widget.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, connectivity_plus, dio, flutter, gql, graphql, graphql_flutter, provider, sensors_plus, share_plus

More

Packages that depend on requests_inspector_plus