We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The dark splash screen background_image_dark isn't correctly configured with LaunchBackground.imageset, and only the light background_image is used.
background_image_dark
background_image
Configuration
flutter_native_splash: background_image: "assets/background_light.png" background_image_dark: "assets/background_dark.png"
Device (please complete the following information):
To Reproduce Steps to reproduce the behavior, using the example app:
flutter_native_splash: ^2.2.14
assets/background_light.png
assets/background_dark.png
flutter pub run flutter_native_splash:create
Screenshots
Additional context LaunchBackground's Contents.json
{ "images" : [ { "filename" : "background.png", "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "author" : "xcode", "version" : 1 } }
Issue is the same as #439.
The text was updated successfully, but these errors were encountered:
I will push out an update soon that should fix this.
Sorry, something went wrong.
b662516
No branches or pull requests
Describe the bug
The dark splash screen
background_image_dark
isn't correctly configured with LaunchBackground.imageset, and only the lightbackground_image
is used.Configuration
Device (please complete the following information):
To Reproduce
Steps to reproduce the behavior, using the example app:
flutter_native_splash: ^2.2.14
to dependenciesassets/background_light.png
andassets/background_dark.png
flutter pub run flutter_native_splash:create
Screenshots
Additional context
LaunchBackground's Contents.json
Issue is the same as #439.
The text was updated successfully, but these errors were encountered: