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

Size issue #18

Open Colin-Stark opened 3 years ago

Colin-Stark commented 3 years ago

Is it possible to increase the height and width of an image being used as a splash screen

zakblacki commented 3 years ago

I'm curious as well

dmen200797 commented 3 years ago

yeah, the image is cropped at middle screen.

ifexalex commented 3 years ago

please it would be nice if one can input the splash size

Rizatzmi commented 3 years ago

For size, this package already have the feature. The name is splashIconSize, you guys @ifexalex @zakblacki @dmen200797 @Colin-Stark can use that to adjust the height and widht.

dmen200797 commented 3 years ago

@Rizatzmi how to use that ? can you give us an example ? thank you!

Rizatzmi commented 3 years ago

@Rizatzmi how to use that ? can you give us an example ? thank you!

@dmen200797 This is my code

AnimatedSplashScreen( splash: 'assets/images/Splashscreen.png', splashIconSize: double.infinity, splashTransition: SplashTransition.fadeTransition, nextScreen: MainPage())

And this is the result Screenshot_2021-05-05-09-21-46-522_com.youzitsuguess.jpg

biigpiie-luka commented 2 years ago

@Rizatzmi Can I ask how to make bottom text image? (as Created by Rizatzmi) animatedSplashScreen use 2 images?

panko4545 commented 2 years ago

splashIconSize: BoxFit.cover, is not work,, why?

nasrullah86 commented 1 year ago

@Rizatzmi Can I ask how to make bottom text image? (as Created by Rizatzmi) animatedSplashScreen use 2 images?

Use Container in Splash

filoscoder commented 1 year ago

Add this option:

splashIconSize: double.infinity,

Thanks @h-unterp