Skip to content

Commit c16fb9d

Browse files
committed
update image and avater examples
1 parent 7ac11de commit c16fb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/flutter/docs/example.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FutureBuilder(
3333
builder: (context, snapshot) {
3434
return snapshot.hasData && snapshot.data != null
3535
? Image.memory(
36-
snapshot.data.data,
36+
snapshot.data,
3737
)
3838
: CircularProgressIndicator();
3939
},

0 commit comments

Comments
 (0)