jonbhanson / flutter_native_splash

Automatically generates native code for adding splash screens in Android and iOS. Customize with specific platform, background color and splash image.
https://pub.dev/packages/flutter_native_splash
MIT License
1.36k stars 215 forks source link

image_dark is requiere but example says otherwise #720

Open ghost opened 3 months ago

ghost commented 3 months ago

Describe the bug

image_dark is requiere when the device is in dark mode even if the example here says otherwise.

Device (please complete the following information):

jonbhanson commented 3 months ago

Can you please explain in more detail? I do not understand.

ghost commented 3 months ago

Yes, sorry. In an Android 10 using dark mode the image is not shown if you dont specify the 'image_dark', but in the example here it says 'The color_dark, background_image_dark, image_dark, branding_dark are parameters that set the background and image when the device is in dark mode. If they are not specified, the app will use the parameters from above.'