clean-code-dev / animated_splash_screen

The easiest way to create your animated splash screen in a fully customizable way.
MIT License
114 stars 26 forks source link

Text On Splash screen #13

Closed utshomax-zz closed 3 years ago

utshomax-zz commented 3 years ago

The ability to add text on splash screen will make us more happy!

Bestfastfire commented 3 years ago

You can add a custom widget as you like:

AnimatedSplashScreen(
        splash: MyWidget(),
       ...
 )