fix: Bunc of uncaught exceptions

This commit is contained in:
PartyDonut 2025-08-30 09:32:20 +02:00
parent 9c964e7b41
commit 9f6aa1e489
6 changed files with 34 additions and 23 deletions

View file

@ -52,7 +52,7 @@ class FladderImage extends ConsumerWidget {
),
if (!blurOnly)
FadeInImage(
placeholder: Image.memory(kTransparentImage).image,
placeholder: MemoryImage(kTransparentImage),
fit: fit,
placeholderFit: fit,
excludeFromSemantics: true,