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.