簡體   English   中英

Flutter:運行此代碼后刪除flutter_native_splash和flutter_launcher_icons的代碼是否安全?

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

我試圖刪除這些代碼。

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"

該應用程序仍然可以成功運行。 那么,刪除這些是否安全?

這些是生成應用程序圖標和啟動畫面的工具,所以是的,在生成刪除它們之后是安全的,但是當您決定更改應用程序圖標或啟動畫面時,您需要再次添加它們。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM