clean-code-dev / animated_splash_screen

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

[Question] How to use custom svg instead of the Icons.home #15

Closed scheung38 closed 3 years ago

scheung38 commented 3 years ago

i.e I have assets/images/my_icons.svg

How to do:

splash: my_cons.svg

and also:

background svg: my_customer_background.svg

Bestfastfire commented 3 years ago

You can use your custom widget like this:

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