request_scope_dio 0.1.0
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_dioThis 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.0Alternatively, 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';