Splash Screen Startup page


Style your Flame game with a nice splash screen.

The Flame Splash Screen is a highly customized startup page package.

FlameSplashScreen(
    theme: FlameSplashTheme.dark,
    onFinish: (BuildContext context) => Navigator.pushNamed(context,'/your-game-initial-scrreen'); ;Copy the code

Check out the package repository and pub pages for more details.