Change splash screen delay from 5 to 3 seconds
This commit is contained in:
parent
1fefd8399e
commit
462f69b0d0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class _SplashScreenState extends State<SplashScreen> {
|
|||
}
|
||||
|
||||
loadSplash() async {
|
||||
var duration = const Duration(seconds: 5);
|
||||
var duration = const Duration(seconds: 3);
|
||||
return Timer(duration, () {
|
||||
Navigator.pushReplacement(context, PageTransition(
|
||||
type: PageTransitionType.fade,
|
||||
|
|
Loading…
Reference in a new issue