flutter_native_splash icon indicating copy to clipboard operation
flutter_native_splash copied to clipboard

No output produced

Open zthrive opened this issue 6 months ago • 3 comments

I successfully run the command: "dart run flutter_native_splash:create", no errors/warnings are reported. However, there is no effect of the command.

This is the relevant content of the yaml config file:

dev_dependencies:
  flutter_launcher_icons: ^0.14.1

flutter_launcher_icons:
  android: "launcher_icon"
  ios: true
  image_path: "images/nolan_logo.png" 
  min_sdk_android: 21

flutter_native_splash:
  color: "#00DDDD"

Device (please complete the following information): This was tested on the Android emulator

zthrive avatar Jun 28 '25 07:06 zthrive

I have same issue. When I run app instead of splash it still shows black screen.

nrsimha avatar Jul 29 '25 17:07 nrsimha

What platform are you running your application on?

jonbhanson avatar Oct 17 '25 01:10 jonbhanson

I do most testing on the Android emulator but I tested it on the physical iPhone also. I need to mention that this was operational before but stopped working with the latest release.

zthrive avatar Oct 17 '25 04:10 zthrive