v0.7.1
firebase_performance_dio
Dio Firebase performance monitoring.
20Likes 24.5K30-day downloads130Pub points
AndroidiOSWeb
Dio Interceptor for reporting network metrics to Firebase
{"sdk":"flutter"}^5.0.0>=0.8.0 <1.0.0{"sdk":"flutter"}English project snapshot. Visit GitHub for the latest content.
dio_fire_png
Dio's Interceptor implementation that sends http request metric data to Firebase.
final dio = Dio();
final performanceInterceptor = DioFirebasePerformanceInterceptor();
dio.interceptors.add(performanceInterceptor);
SUGGESTION: If you use dio client as a singleton you can use this interceptor as singleton as well.