after running the command "flutter pub run animated_native_splash:create", old manifest .xml file deleted and new manifest.xml file created.
the issue is that, in old manifest.xml file I have added some code for permissions, queries, etc,.
all those code is deleted and new manifest.xml file is created.
Is it possible to create the splash screens without deleting manifest.xml file?
after running the command "flutter pub run animated_native_splash:create", old manifest .xml file deleted and new manifest.xml file created.
the issue is that, in old manifest.xml file I have added some code for permissions, queries, etc,. all those code is deleted and new manifest.xml file is created.
Is it possible to create the splash screens without deleting manifest.xml file?
Thanks in Advance.