How to change the size of image in splash screen?
问题 I have a problem, I had a splash screen with an image and a background color but the image rendering is tiny, how can I change it? This is my launch_background.xml: <?xml version="1.0" encoding="utf-8"?> <item> <bitmap android:gravity="center" android:src="@drawable/splash" /> </item> If you know a package or a way to solve it on Android and IOS it will be perfect. 回答1: I suggest you to use the animated splash available in pub.dev. Animated Splash I have used this plugin in my App and