图标中的Flutter Png图像像素化

时间:2020-06-08 09:47:53

标签: flutter flutter-layout

我不知道为什么我的图像会在我的flutter应用程序中被像素化。 图片的大小和质量都很好,但在应用程序上却显示了
像素化。

图片: The image

应用程序:

The App

代码:

Image.asset(
            "assets/trolley.png",
             width: 40,
            height: 40,

          ),

1 个答案:

答案 0 :(得分:0)

在这种情况下最好使用svg字体图标 试试这个https://fluttericon.com
video tutorial