v0.7.1
firebase_performance_dio
Dio Firebase 性能监控。
20喜欢 2.5万近 30 天下载130Pub 分数
AndroidiOSWeb
用于将网络指标报告到 Firebase 的 Dio 拦截器
{"sdk":"flutter"}^5.0.0>=0.8.0 <1.0.0{"sdk":"flutter"}以下为英文项目原文快照,最新内容请访问 GitHub。
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.