fancy_dio_inspector 1.5.1 copy "fancy_dio_inspector: ^1.5.1" to clipboard
fancy_dio_inspector: ^1.5.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 Dart:

 $ dart pub add fancy_dio_inspector

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 dart pub get):

dependencies:
  fancy_dio_inspector: ^1.5.1

Alternatively, your editor might support dart pub get or 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';
12
likes
0
pub points
82%
popularity

Publisher

verified publishergokhancavus.com

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on fancy_dio_inspector