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

outdated

A new Flutter package project.

dio_firebase_performance #

Dio's Interceptor implementation that sends http request metric data to Firebase.

WIP and yet untested in production.

Usage #

final dio = Dio();
final performanceInterceptor = DioFirebasePerfomanceInterceptor();
dio.interceptors.add(performanceInterceptor);

SUGGESTION: If you use dio client as a singleton you can use this interceptor as singleton as well.

35
likes
0
pub points
86%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, firebase_performance, flutter

More

Packages that depend on dio_firebase_performance