request_scope_dio 0.1.0 copy "request_scope_dio: ^0.1.0" to clipboard
request_scope_dio: ^0.1.0 copied to clipboard

Dio v5 interceptor for request_scope. Streams HTTP request, response and error events to the request_scope DevTools extension in real time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add request_scope_dio

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

dependencies:
  request_scope_dio: ^0.1.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:request_scope_dio/request_scope_dio.dart';
0
likes
150
points
82
downloads

Documentation

API reference

Publisher

verified publisheridonuntius.com

Weekly Downloads

Dio v5 interceptor for request_scope. Streams HTTP request, response and error events to the request_scope DevTools extension in real time.

Repository (GitHub)
View/report issues

Topics

#devtools #devtools-extension #dio #http #interceptor

License

MIT (license)

Dependencies

dio, flutter, request_scope

More

Packages that depend on request_scope_dio