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(