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 handle background and splash as svg image from assets #14

Closed scheung38 closed 3 years ago

scheung38 commented 3 years ago

Thank you, or do I need to use another package like svg_path_parser (preferred as it can also handle web) or flutter_svg?

Bestfastfire commented 3 years ago

You can use your custom widget like this:

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