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
To Reproduce
Steps to reproduce the behavior, using the example app:
Apply the splash screen by running flutter_native_splash:create
Make formatting changes to AndroidManifest.xml/Info.plist
Rerun flutter_native_splash:create
Observe the fact that AndroidManifest.xml/Info.plist's formatting was changed, albeit no changes were made
Screenshots
Additional context
I'd suggest adding a flag that would instruct flutter_native_splash to not make any changes to AndroidManifest.xml/Info.plist, and only replace the images themselves for cases where only the image needs replacement
The text was updated successfully, but these errors were encountered:
Describe the bug
flutter_native_splash:create
changes the formatting ofAndroidManifest.xml
andInfo.plist
even if no changes were madeConfiguration
To Reproduce
Steps to reproduce the behavior, using the example app:
flutter_native_splash:create
AndroidManifest.xml
/Info.plist
flutter_native_splash:create
AndroidManifest.xml
/Info.plist
's formatting was changed, albeit no changes were madeScreenshots
Additional context
I'd suggest adding a flag that would instruct
flutter_native_splash
to not make any changes toAndroidManifest.xml
/Info.plist
, and only replace the images themselves for cases where only the image needs replacementThe text was updated successfully, but these errors were encountered: