Closed veloce closed 1 month ago
The goal is to bypass the default flutter ImageCache and Image widgets which can lead to unexpected reloading of images, causing a "blink" effect.
ImageCache
Image
Closes #236
Probably fixes #1055 (I could not reproduce to ensure it) Probably fixes #1027
Incidentally fixes a failing test in auth_controller_test.dart that aroused in CI at the time of this PR.
auth_controller_test.dart
The goal is to bypass the default flutter
ImageCache
andImage
widgets which can lead to unexpected reloading of images, causing a "blink" effect.Closes #236
Probably fixes #1055 (I could not reproduce to ensure it) Probably fixes #1027
Incidentally fixes a failing test in
auth_controller_test.dart
that aroused in CI at the time of this PR.