api_debugger 0.1.4 copy "api_debugger: ^0.1.4" to clipboard
api_debugger: ^0.1.4 copied to clipboard

Inspect Dio requests, responses, errors, headers, bodies, and timing in a modern in-app Flutter network debugger.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add api_debugger

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

dependencies:
  api_debugger: ^0.1.4

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:api_debugger/api_debugger.dart';
3
likes
150
points
186
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Inspect Dio requests, responses, errors, headers, bodies, and timing in a modern in-app Flutter network debugger.

Repository (GitHub)
View/report issues

Topics

#dio #debugging #network #inspector #flutter-devtools

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on api_debugger