bugsnag / bugsnag-flutter-performance

Monitor the start-up, navigation events and network requests of your Flutter app and see the results in your BugSnag dashboard.
https://docs.bugsnag.com/performance/integration-guides/flutter
MIT License
1 stars 2 forks source link

View load instrumentation #65

Closed robert-smartbear closed 6 months ago

robert-smartbear commented 6 months ago

Goal

This allows the User to track individual widgets building, appearing and loading performance

Design

MeasuredWidget is used to add phased view load tracking to a widget builder

Changeset

New public widget was introduced: MeasuredWidget

Testing

E2E tests