FLUTTER ECOSYSTEM

darkxanter/firebase_performance_dio

用於將網路指標報告至 Firebase 的 Dio 拦截器

firebase_performance_dio 專案封面
Stars
6
Forks
5
最近推送(UTC)
2025年11月24日
專案狀態
未封存
Sergey Shumov GitHub avatar
GITHUB User

Sergey Shumov ↗

語言Dart

此儲存庫發佈的套件

使用的依賴

依賴清單 4 項

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

dio_fire_png

pub version

Description

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

Usage

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.