dio_proxy 1.0.0 copy "dio_proxy: ^1.0.0" to clipboard
dio_proxy: ^1.0.0 copied to clipboard

outdated

a proxy for Dio . dio_proxy interceptor can help us debug network traffic .

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dio_proxy

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

dependencies:
  dio_proxy: ^1.0.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_proxy/dio_proxy.dart';
3
likes
0
points
19
downloads

Publisher

verified publishercsdn.net

Weekly Downloads

a proxy for Dio . dio_proxy interceptor can help us debug network traffic .

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on dio_proxy