instabug_dio_interceptor 0.0.1 copy "instabug_dio_interceptor: ^0.0.1" to clipboard
instabug_dio_interceptor: ^0.0.1 copied to clipboard

outdated

A new Flutter package project.

Instabug Dio Interceptor #

CircleCI

This package is an add on to Instabug-Flutter.

It intercepts any requests performed with Dio Package and sends them to the report that will be sent to the dashboard.

Integration #

To enable network logging, simply add the InstabugDioInterceptor to the dio object interceptors as follows:

var dio = new Dio();
dio.interceptors.add(InstabugDioInterceptor());