我有6个不同尺寸的图像。我正在尝试使用AssetImage来显示正确的尺寸,但是,它仅使用默认尺寸。
这是我的Pubspec:
assets:
- "assets/"
- "assets/2.0x/"
- "assets/3.0x/"
- "assets/4.0x/"
- "assets/5.0x/"
- "assets/6.0x/"
在assets
文件夹中,找到默认图像。
在2.0x, 3.0x
等内部,我们发现了不同分辨率的图像。
我的使用方式:
Image.asset("assets/myImg.png"),