gallery
gallery copied to clipboard
[Performance] Add performance monitoring to Gallery on web/iOS/Android
From Yuqian Li: If it's easy to add the monitoring, I do think the data could be very useful for the Q2 overhaul. Have you ever tried https://firebase.google.com/docs/perf-mon ?
https://github.com/material-components/material-components-flutter-gallery/issues/543
Does this cover mobile (iOS/Android) performance monitoring, or is this Flutter for Web performance only?
This covers all three
Since this issue supersedes https://github.com/material-components/material-components-flutter-gallery/issues/543, let me also copy @collinjackson's helpful suggestion here as below.
Here is the Flutter plugin that sends performance monitoring data to Firebase:
https://pub.dev/packages/firebase_performance
Let me know if you have any issues with it, I'd love feedback.
https://github.com/flutter/gallery/pull/908 Updated the gallery to use Firebase Crashlytics as well Firebase Performance monitoring.
If anyone reading this is looking to do the same for their Flutter apps, check out those links :)
Thanks!