diff --git a/lib/ui/home/home_page.dart b/lib/ui/home/home_page.dart index bafbf27..ade220d 100644 --- a/lib/ui/home/home_page.dart +++ b/lib/ui/home/home_page.dart @@ -60,8 +60,8 @@ class _HomePageState extends State { children: [ Image.asset( assetPath, - height: 75.w, - width: 75.w, + height: 60.w, + width: 60.w, ), SizedBox(height: 8.w), Text( @@ -513,7 +513,6 @@ class _HomePageState extends State { }, itemCount: AllModel(context).waitThings.length, ), - //TODO listview ), SizedBox(height: 24.w), //底部信息栏 diff --git a/pubspec.yaml b/pubspec.yaml index 74bea3f..973b0a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.1+2 +version: 1.0.2+3 environment: sdk: ">=2.7.0 <3.0.0"