flutter 打包图标尺寸

Posted zhaofeis

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了flutter 打包图标尺寸相关的知识,希望对你有一定的参考价值。


安卓图标
mipmap-hdpi(文件夹名字) 72*72(图片尺寸) ic_launcher(图片名字)

mipmap-mdpi(文件夹名字) 48*48(图片尺寸) ic_launcher(图片名字)

mipmap-xhdpi(文件夹名字) 96*96(图片尺寸) ic_launcher(图片名字)

mipmap-xxhdpi(文件夹名字) 72*72(图片尺寸) ic_launcher(图片名字)

mipmap-xxxhdpi(文件夹名字) 192*192(图片尺寸) ic_launcher(图片名字)


安卓启动图

mipmap-hdpi(文件夹名字) 480*800(图片尺寸) launch_image(图片名字)

mipmap-mdpi(文件夹名字) 320*480(图片尺寸) launch_image(图片名字)

mipmap-xhdpi(文件夹名字) 720*1280(图片尺寸) launch_image(图片名字)

mipmap-xxhdpi(文件夹名字) 1080*1920(图片尺寸) launch_image(图片名字)

mipmap-xxxhdpi(文件夹名字) 3840*2160(图片尺寸) launch_image(图片名字)

 

以上是关于flutter 打包图标尺寸的主要内容,如果未能解决你的问题,请参考以下文章

flutter-android打包

Flutter安卓客户端打包

Flutter - 如何更改 CheckboxListTile 大小?

Flutter 修改应用程序的名称和图标

Flutter组件ListTile 使用说明

Flutter桌面开发 — Windows App打包以及使用Inno Setup生成.exe文件安装包