Instabug / Instabug-Dio-Interceptor

A Dio interceptor for use with Instabug's Flutter SDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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());

About

A Dio interceptor for use with Instabug's Flutter SDK.

License:MIT License


Languages

Language:Dart 75.2%Language:Ruby 11.4%Language:Java 5.7%Language:Swift 3.4%Language:Shell 3.0%Language:Kotlin 1.0%Language:Objective-C 0.3%