dio_logs_manager 0.4.0 copy "dio_logs_manager: ^0.4.0" to clipboard
dio_logs_manager: ^0.4.0 copied to clipboard

HTTP Inspector tool for Dart which can debugging http requests for Dio

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dio_logs_manager

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

dependencies:
  dio_logs_manager: ^0.4.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:dio_logs_manager/dio_logs_manager.dart';
2
likes
130
points
204
downloads

Publisher

unverified uploader

Weekly Downloads

HTTP Inspector tool for Dart which can debugging http requests for Dio

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on dio_logs_manager