mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Bunc of uncaught exceptions
This commit is contained in:
parent
9c964e7b41
commit
9f6aa1e489
6 changed files with 34 additions and 23 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue