No output produced
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
I have same issue. When I run app instead of splash it still shows black screen.
What platform are you running your application on?
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.