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

typo in res/values-night-v31 file ? #705

Closed Alvish0407 closed 4 months ago

Alvish0407 commented 5 months ago

Attention: If you open a bug report without sufficient details, it will be closed. Is your question related to Android 12? Please check the notes on Android 12 first (https://pub.dev/packages/flutter_native_splash#android-12-support).

Describe the bug

Screenshot 2024-06-13 at 4 46 21 PM

It says OS's Dark Mode setting is off, values-night-v31 is for dark mode settings right ? shouldn't it be OS's Dark Mode setting is on

Configuration Not required

Device (please complete the following information): Not required

To Reproduce Files are auto generated using the following command: dart run flutter_native_splash:create --path=path/to/my/file.yaml

Screenshots Attached above.

Additional context Not required