rexthecoder / flutter_animated_splash_screen

A package which automates the task of creating an animated splash screen in a flutter.
MIT License
13 stars 28 forks source link

Creating new manifest.xml file #7

Open suneeltechnew opened 2 years ago

suneeltechnew commented 2 years ago

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.

rexthecoder commented 2 years ago

Thanks for reporting the issue.

Sure, we can remove and insert the section we want because the only work we are doing for manifest file is to remove the second splash option

I will work on that

melbanna40 commented 2 years ago

any updates