mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
555 B
555 B
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.
