From 6808e08eb22f0acd13568b917283e55676ab6209 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Mon, 8 Feb 2021 17:38:39 +0800 Subject: [PATCH] =?UTF-8?q?splash=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/splash/splash_page.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/splash/splash_page.dart b/lib/pages/splash/splash_page.dart index 12843717..b3ee2e63 100644 --- a/lib/pages/splash/splash_page.dart +++ b/lib/pages/splash/splash_page.dart @@ -1,4 +1,5 @@ // Flutter imports: +import 'package:akuCommunity/const/resource.dart'; import 'package:akuCommunity/utils/weather/weather_util.dart'; import 'package:flutter/material.dart'; @@ -68,7 +69,7 @@ class _SplashPageState extends State { body: SizedBox( height: 80, width: 80, - child: Placeholder(), + child: Image.asset(R.ASSETS_IMAGES_LOGO_PNG), ).centered(), bottomNavigationBar: SizedBox( child: CircularProgressIndicator().centered(),