📜  AndroidManifest.xml:17:9-45 中的属性 application@icon value=(@mipmap launcher_icon) - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:04.149000             🧑  作者: Mango

代码示例1
// Is case you are using flutter_launcher_icons 
// rename in pubspec.yaml the following:

flutter_icons:
  android: "ic_launcher" // <---- this
  ios: true
  image_path: "assets/icon/icon.png"