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

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.

Instabug Dio Interceptor #

CircleCI pub package

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());
2
likes
110
pub points
82%
popularity

Publisher

verified publisherinstabug.com

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, instabug_flutter

More

Packages that depend on instabug_dio_interceptor