gallery icon indicating copy to clipboard operation
gallery copied to clipboard

[Performance] Add performance monitoring to Gallery on web/iOS/Android

Open pennzht opened this issue 5 years ago • 4 comments

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 ?

pennzht avatar Mar 30 '20 16:03 pennzht

https://github.com/material-components/material-components-flutter-gallery/issues/543

pennzht avatar Mar 30 '20 16:03 pennzht

Does this cover mobile (iOS/Android) performance monitoring, or is this Flutter for Web performance only?

liyuqian avatar Mar 30 '20 18:03 liyuqian

This covers all three

guidezpl avatar Mar 30 '20 19:03 guidezpl

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.

liyuqian avatar Apr 30 '20 18:04 liyuqian

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!

parlough avatar Jan 13 '24 04:01 parlough