From df2bf5fbfd1d2a3c6d6019a329f75b5adc759631 Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Wed, 27 Dec 2023 01:15:07 +0400 Subject: [PATCH] Fix NetworkImage --- example/lib/src/feature/shop/widget/product_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/src/feature/shop/widget/product_screen.dart b/example/lib/src/feature/shop/widget/product_screen.dart index 09ffacd..f5980d7 100644 --- a/example/lib/src/feature/shop/widget/product_screen.dart +++ b/example/lib/src/feature/shop/widget/product_screen.dart @@ -760,7 +760,7 @@ class _ProductPhotosListViewState extends State<_ProductPhotosListView> { ImageProvider _getImageProvider(String path) => (!kIsWeb || Config.environment.isDevelopment ? AssetImage(path) - : NetworkImage('/$inProgress')) as ImageProvider; + : NetworkImage('/$path')) as ImageProvider; @override Widget build(BuildContext context) => ShaderMask(