FLUTTER ECOSYSTEM

darkxanter/firebase_performance_dio

Dio Interceptor for reporting network metrics to Firebase

firebase_performance_dio project cover
Stars
6
Forks
5
Last push (UTC)
Nov 24, 2025
Project status
Active
Sergey Shumov GitHub avatar
GITHUB User

Sergey Shumov ↗

LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 4 items

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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.