flame_splash_screen

Showcase of the splash screen

Style your flame game with a beautiful splash screen.

flame_splash_screen is a very customizable splash screen package.

FlameSplashScreen(
  theme: FlameSplashTheme.dark,
  onFinish: (BuildContext context) => Navigator.pushNamed(context, '/your-game-initial-screen')
)

Check the package’s repo and the pub page for more details.