gpt4 book ai didi

android - flutter : Splash Screen with a duration and progress bar

转载 作者:IT王子 更新时间:2023-10-29 06:48:28 25 4
gpt4 key购买 nike

我是 Flutter 的新手,现在正在尝试 Flutter。我试图实现一个闪屏。我的要求:

  • 闪屏应在应用启动时出现 3 秒。
  • 它应该会在 3 秒后消失。
  • 它应该在显示和显示的时候显示一个进度条3 秒内完成。

最佳答案

return new SplashScreen(
seconds: 4,
navigateAfterSeconds: new HomeScreen(),
title: new Text(
'WELCOME TO KIDS MANIA',
style: new TextStyle(
fontWeight: FontWeight.bold,
fontSize: 20.0,
fontFamily: 'Chunkfive'),
),
image: Image.asset("images/splashlogo.png"),
backgroundColor: Colors.lightBlueAccent,
styleTextUnderTheLoader: new TextStyle(fontFamily: 'Chunkfive'),
photoSize: 100.0,
loaderColor: Colors.black,
);

关于android - flutter : Splash Screen with a duration and progress bar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49425686/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com