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.