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(),