Splash screen
This commit is contained in:
parent
2111cdc35f
commit
165dd66998
|
|
@ -90,7 +90,7 @@ void main(List<String> args) async {
|
||||||
text: snapshot.error.toString()));
|
text: snapshot.error.toString()));
|
||||||
} else {
|
} else {
|
||||||
// loading
|
// loading
|
||||||
return const MaterialApp(home: {% if splash_screen %}BlankScreen(){% else %}SplashScreen(){% endif %});
|
return const MaterialApp(home: {% if splash_screen %}SplashScreen(){% else %}BlankScreen(){% endif %});
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue