You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CachedNetworkImage() method, the initial value of FilterQuality is FilterQuality.low, but in the Image() method of the Flutter SDK from Flutter 3.24.0, the initial value of filterQuality is FilterQuality.medium.
🐛 Bug Report
In the CachedNetworkImage() method, the initial value of FilterQuality is FilterQuality.low, but in the Image() method of the Flutter SDK from Flutter 3.24.0, the initial value of filterQuality is FilterQuality.medium.
Details: Flutter Official Release Notes -> 3.24.0 announcement
Expected behavior
It would be great if you could add a modification to follow the value of the Flutter SDK.
cached_image_widget.dart
image.dart in the Flutter SDK
Version: 3.4.1
The text was updated successfully, but these errors were encountered: