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

Image Size Problem #19

Closed AreebaJawed closed 3 years ago

AreebaJawed commented 3 years ago

I wan my image in AnimatedSplash to fit full screen. How can I do that?

AnimatedSplash( imagePath: 'assets/ss.gif', customFunction: playSound, duration: 4000, home: SecondScreen(), outputAndHome: output, type: AnimatedSplashType.BackgroundProcess, ),

fayaz07 commented 3 years ago

custom child can solve the issue