dio_logs_manager 0.3.0 copy "dio_logs_manager: ^0.3.0" to clipboard
dio_logs_manager: ^0.3.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.3.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
110
pub points
63%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on dio_logs_manager