我正在尝试为我的 Flutter 应用程序设置徽标,但徽标不可见,即使我已添加图像的路径和背景颜色。 我的 flutter 应用程序徽标如下所示:
我做了什么:
image_path: "assets/images/my-logo.png"
预期结果: 徽标应显示在应用程序的启动屏幕上。
使用这个插件 https://pub.dev/packages/flutter_launcher_icons
并在 pubspec.yaml 文件中添加 icon.png 的地址,
然后运行此命令
dart run flutter_launcher_icons:generate -o