Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 555 Bytes

splash_screen.md

File metadata and controls

16 lines (11 loc) · 555 Bytes

Splash screen

Style your flame game with a beautiful splash screen.

FlameSplashScreen 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.