splash页面更新图标

hmxc
小赖 4 years ago
parent b30e6ecfb5
commit 6808e08eb2

@ -1,4 +1,5 @@
// Flutter imports: // Flutter imports:
import 'package:akuCommunity/const/resource.dart';
import 'package:akuCommunity/utils/weather/weather_util.dart'; import 'package:akuCommunity/utils/weather/weather_util.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
@ -68,7 +69,7 @@ class _SplashPageState extends State<SplashPage> {
body: SizedBox( body: SizedBox(
height: 80, height: 80,
width: 80, width: 80,
child: Placeholder(), child: Image.asset(R.ASSETS_IMAGES_LOGO_PNG),
).centered(), ).centered(),
bottomNavigationBar: SizedBox( bottomNavigationBar: SizedBox(
child: CircularProgressIndicator().centered(), child: CircularProgressIndicator().centered(),

Loading…
Cancel
Save