feat: show remainder assets info (#21114)

* feat: show remainder assets info

* pr feedback
This commit is contained in:
Alex 2025-08-21 12:18:31 -05:00 committed by GitHub
parent 66c657ca8a
commit ab2849781a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 195 additions and 45 deletions

View file

@ -17,9 +17,5 @@ class ThumbhashImageRequest extends ImageRequest {
}
@override
void _onCancelled() {
if (!kReleaseMode) {
debugPrint('Thumbhash request $requestId for $thumbhash was cancelled');
}
}
void _onCancelled() {}
}