CacheFeedbackWidget class

Utility class for showing cache performance feedback to users.

Constructors

CacheFeedbackWidget.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

showCachePerformanceToast(BuildContext context, {required bool fromCache, required String category, Duration? cacheAge, int? movieCount, bool showSuccessToasts = true}) → void
Shows a toast message about cache performance.
showCacheStatsSummary(BuildContext context, {required Map<String, bool> categoryResults, required Duration totalTime}) → void
Shows cache statistics summary.
showOfflineModeNotification(BuildContext context, {required bool isEnabled}) → void
Shows offline mode notification.