diff --git a/assets/images/shop_desc.png b/assets/images/shop_desc.png deleted file mode 100644 index 5d3de69..0000000 --- a/assets/images/shop_desc.png +++ /dev/null diff --git a/assets/images/shop_desc.webp b/assets/images/shop_desc.webp new file mode 100644 index 0000000..820dfc0 --- /dev/null +++ b/assets/images/shop_desc.webp diff --git a/lib/pages/shop/home/shop_desc_page.dart b/lib/pages/shop/home/shop_desc_page.dart index 5121b3b..b0fab41 100644 --- a/lib/pages/shop/home/shop_desc_page.dart +++ b/lib/pages/shop/home/shop_desc_page.dart @@ -24,7 +24,7 @@ class _ShopDescPageView extends StatelessWidget { ), body: SingleChildScrollView( child: Center( - child: Image.asset('shop_desc'.assetPng), + child: Image.asset('shop_desc'.assetWebp), ), ), ); diff --git a/pubspec.yaml b/pubspec.yaml index e606525..0864fb5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.8+8 +version: 1.0.9+9 environment: sdk: '>=3.2.0 <4.0.0'