FlutterMetricReporter class

Inheritance

Constructors

FlutterMetricReporter()
factory

Properties

currentApdexScore double
Gets the current Apdex score for the application
getter/setter pair
errorStream Stream<ErrorMetric>
no setter
hashCode int
The hash code for this object.
no setterinherited
interactionStream Stream<UserInteractionMetric>
no setter
layoutShiftStream Stream<LayoutShiftMetric>
no setter
no setter
The navigator that the observer is observing, if any.
no setterinherited
pageLoadStream Stream<PageLoadMetric>
no setter
paintStream Stream<PaintMetric>
no setter
performanceStream Stream<PerformanceMetric>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

didChangeTop(Route topRoute, Route? previousTopRoute) → void
The top most route has changed.
inherited
didPop(Route route, Route? previousRoute) → void
The Navigator popped route.
override
didPush(Route route, Route? previousRoute) → void
The Navigator pushed route.
override
didRemove(Route route, Route? previousRoute) → void
The Navigator removed route.
override
didReplace({Route? newRoute, Route? oldRoute}) → void
The Navigator replaced oldRoute with newRoute.
override
didStartUserGesture(Route route, Route? previousRoute) → void
The Navigator's routes are being moved by a user gesture.
inherited
didStopUserGesture() → void
User gesture is no longer controlling the Navigator.
inherited
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportError(String error, {StackTrace? stackTrace, Map<String, dynamic>? attributes}) → void
reportLayoutShift(String componentName, double shiftScore, {String? cause, Map<String, dynamic>? attributes}) → void
reportPageLoad(String pageName, Duration loadTime, {String? transitionType, Map<String, dynamic>? attributes}) → void
reportPaint(String componentName, Duration paintDuration, String paintType, {Map<String, dynamic>? attributes}) → void
reportPerformanceMetric(String name, Duration duration, {Map<String, dynamic>? attributes}) → void
reportUserInteraction(String screenName, String actionType, {Duration? responseTime, Map<String, dynamic>? attributes}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited