add mediumType for AlbumThumbnailProvider in example app
This commit is contained in:
parent
c0bbf46ae2
commit
af3efe5207
@ -95,6 +95,7 @@ class _MyAppState extends State<MyApp> {
|
|||||||
MemoryImage(kTransparentImage),
|
MemoryImage(kTransparentImage),
|
||||||
image: AlbumThumbnailProvider(
|
image: AlbumThumbnailProvider(
|
||||||
albumId: album.id,
|
albumId: album.id,
|
||||||
|
mediumType: album.mediumType,
|
||||||
highQuality: true,
|
highQuality: true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user