Splash Screen

Location

magaza_ui/screens/splash.dart

Screenshot

Customization

There is a container that holds the background image. Here is the code snippet to look at:

Open this file in your favorite photo editor

Paste/position your preferred image and then overwrite the file, to maintain consistency across multiple screens

Changing how long the splash screen stays visible

Right after the class declaration, there is a timer duration of 3 seconds, after-which the app navigates to the slider. change the number to your choosing.

Last updated

Was this helpful?