Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Flutter: Is it safe if I remove the code of flutter_native_splash & flutter_launcher_icons after run this code?

I have tried to remove these codes.

flutter_icons:
  android: true
  ios: true
  image_path: "1024.png"
  adaptive_icon_foreground: "512.png"

flutter_native_splash:
  android: true
  ios: true
  image: "A.png"

The app still works successfully.
So, is it safe to remove these?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

These are tools to generate app icon and splash screen, so yes it is safe after generate those to remove them, but when yo decide to change app icon or splash screen you need to add them again.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading