measure_dio 0.2.0 copy "measure_dio: ^0.2.0" to clipboard
measure_dio: ^0.2.0 copied to clipboard

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.

0
likes
150
points
207
downloads

Publisher

verified publishermeasure.sh

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter, measure_flutter

More

Packages that depend on measure_dio