fancy_dio_inspector 2.0.1 copy "fancy_dio_inspector: ^2.0.1" to clipboard
fancy_dio_inspector: ^2.0.1 copied to clipboard

A HTTP inspector for Dio. It allows you to log & copy cURL of every request, response or error.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fancy_dio_inspector

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

dependencies:
  fancy_dio_inspector: ^2.0.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:fancy_dio_inspector/fancy_dio_inspector.dart';
13
likes
160
points
504
downloads
screenshot

Publisher

verified publishergokhancavus.com

Weekly Downloads

A HTTP inspector for Dio. It allows you to log & copy cURL of every request, response or error.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on fancy_dio_inspector