[firebase_performance] How to monitor network requests in Flutter? #7334
Unanswered
weiminghuaa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At begining, I can't find Flutter network monitor in Performance of FireBase Console. So, I find this plugin dio_firebase_performance can help me to track endpoint network requests, It's need to wrap each http call with the Firebase Performance Framework.
However, we still can’t monitor the image requests, which are made by internal widget (Image.network) of Flutter.
How to fix it?
Beta Was this translation helpful? Give feedback.
All reactions