shake_dio_interceptor 17.0.0-rc.31 shake_dio_interceptor: ^17.0.0-rc.31 copied to clipboard
This package is an extension for Shake bug reporting tool. The extension provides dio interceptor which makes network requests visible on the dashboard.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add shake_dio_interceptor
With Flutter:
$ flutter pub add shake_dio_interceptor
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
shake_dio_interceptor: ^17.0.0-rc.31
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:shake_dio_interceptor/shake_dio_interceptor.dart';