AssetImage不会根据屏幕尺寸切换图像

时间:2019-08-07 12:44:22

标签: image user-interface flutter widget assets

我有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"),

0 个答案:

没有答案
相关问题