From af3efe52076b8af355481a1da9c663b36d5733e2 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Sun, 20 Sep 2020 18:38:47 +0800 Subject: [PATCH] add mediumType for AlbumThumbnailProvider in example app --- example/lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/example/lib/main.dart b/example/lib/main.dart index 2a21e0e..3af9f6e 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -95,6 +95,7 @@ class _MyAppState extends State { MemoryImage(kTransparentImage), image: AlbumThumbnailProvider( albumId: album.id, + mediumType: album.mediumType, highQuality: true, ), ),