fayaz07 / animated_splash

A light weight package for flutter apps, that easily shows a splash screen with a nice fade animation.
https://pub.dev/packages/animated_splash
Apache License 2.0
110 stars 26 forks source link

Splash image is small #15

Open ewanyuan opened 3 years ago

ewanyuan commented 3 years ago

Hi guys, could you help me? The splash image is small leaving other space white blank. image

code is: home: AnimatedSplash( imagePath: 'static/img/splash.png', home: IndexPage(), customFunction: duringSplash, duration: 2500, type: AnimatedSplashType.BackgroundProcess, outputAndHome: returnValueAndHomeScreen, ),

jdeltoft commented 3 years ago

I agree, tried center and expand around the AnimatedSplash() but no luck so far.

UPDATE: ah, I see. My image needed to be saved without the full "page" size in inkscape.