dio_interceptor_plus 0.0.2 copy "dio_interceptor_plus: ^0.0.2" to clipboard
dio_interceptor_plus: ^0.0.2 copied to clipboard

Effortlessly enhance API handling in Flutter with detailed logging for requests, responses, and errors using Dio HTTP client integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dio_interceptor_plus

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

dependencies:
  dio_interceptor_plus: ^0.0.2

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_interceptor_plus/dio_interceptor_plus.dart';
13
likes
150
points
34
downloads

Publisher

verified publisheritpathsolutions.com

Weekly Downloads

Effortlessly enhance API handling in Flutter with detailed logging for requests, responses, and errors using Dio HTTP client integration.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on dio_interceptor_plus