You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,
when I launch the command : dart run flutter_native_splash:create --path=native_splash.yaml
in my project (version 2.4.4) the flutter plugin suppress this line : android:screenOrientation="landscape" in my AndroidManifest.xml
A clear and concise description of what the bug is.
Configuration
Not needed here
Device (please complete the following information):
Android
To Reproduce
launch the command : dart run flutter_native_splash:create --path=native_splash.yaml
Look at AndroidManifest.xml
Check that line : android:screenOrientation="landscape" in " deleted.
The text was updated successfully, but these errors were encountered:
HI,
when I launch the command :
dart run flutter_native_splash:create --path=native_splash.yaml
in my project (version 2.4.4) the flutter plugin suppress this line : android:screenOrientation="landscape" in my AndroidManifest.xml
A clear and concise description of what the bug is.
Configuration
Not needed here
Device (please complete the following information):
Android
To Reproduce
The text was updated successfully, but these errors were encountered: