measure_dio 0.1.1

SDKflutter
Platformandroidios

Provides interceptors for monitoring http requests made using Dio library using measure.sh.

Dio instrumentation for measure.sh

This package works along with measure_flutter, and provides a interceptor for Dio which can be used to automatically track http events.

Usage

This package provides MsrInterceptor that can automatically track network requests done using Dio.

final dio = Dio();
dio.interceptors.add(MsrInterceptor());

Checkout our documentation for more details and features.