我正在使用 flutter_launcher_icons 包生成 Android 和 iOS 的启动器图标。在 iOS 上一切看起来都很棒,但在 Android 上图标看起来很小:
这是左数第二个。我尝试了各种方法来让它变得更大。我尝试了几种不同的源图像来生成图标,512x512 和 900x900,但无论我做什么,我都无法让它生成与其他图标一样大的图标。我确信我在这里错过了一些愚蠢的东西。这是我的 flutter_launcher_icons 配置:
flutter_icons:
android: true
ios: true
image_path: "assets/icon/icon_new2.png"
Run Code Online (Sandbox Code Playgroud) I am finalising my app and what to set the app icon. However, I fail every time and tried so many app icon generators... I have my app icon which is 3000x3000 and has no background. Whenever I try to generate my app icons I select sharpe none. The result is always the same (you can find a screen below).
How can I have my app icon like the Google Maps icon or the clock icon? I want to …
我正在开发一个测试Android应用程序.我遇到的问题是应用程序图标非常小.我在不同的mipmap文件夹中添加了不同的大小但是大小仍然相同=非常小.我试图在所有文件夹中添加大尺寸,但它也无法正常工作.
如何解决这个问题?