介绍
FlutterAssetsGenerator 插件 :没乱码,生成的图片索引命名是小驼峰
目录
- 介绍
- 一、安装
- 二、使用
一、安装
1.安装FlutterAssetsGenerator 插件
生成的资源索引类可以修改名字,我这里改成R
2. 根目录下创建assets/images
3. 点击images文件夹,鼠标右键 点击Flutter:Configuring Paths,pubspec.yaml里自动生成图片依赖路径
4. 快捷键option/alt + G 生成图片索引文件
二、使用
ImageIcon(AssetImage(R.imagesNavBack),size: 20,)
官方Github FlutterAssetsGenerator
上一篇 自动生成图片资源索引插件一:FlutterAssetRefGenerator