Skip to content

Commit 663beeb

Browse files
author
chendoxiu
committed
## 0.7.8
fixed image preview * 2
1 parent 62589ba commit 663beeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/pages/image_preview/image_preview.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class ImagePreviewPage extends HookConsumerWidget {
177177
initGestureConfigHandler: initGestureConfigHandler,
178178
onDoubleTap: onDoubleTap,
179179
src: isLoaded ? item.url : item.thumbnailUrl,
180-
blurhash: item.blurhash,
180+
blurhash: isLoaded ? null : item.blurhash,
181181
width: item.properties?.width,
182182
height: item.properties?.height,
183183
);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.7.4+47
19+
version: 0.7.5+48
2020

2121
environment:
2222
sdk: '>=3.5.0 <4.0.0'

0 commit comments

Comments
 (0)