0

i recently imported native splash screen package in my flutter project. But when i start the app, image in there is so small. Is there any solution please to increase size of image?

This is the splash screen

and i also add my pubspec.yaml code

flutter_native_splash:
 color: "#ffffff"
 image: assets/nakupnylistlogo.png
 android: true
 ios: true
Marek
  • 201
  • 1
  • 4
  • 14

1 Answers1

8

I just changed size of image. Have a nice day.

Marek
  • 201
  • 1
  • 4
  • 14