标签: flutter
在我的项目中,我的API向我发送HTML字符串以及其图像标签
<img src=\"https://static.ghost.org/v3.0.0/images/gallery-sample-1.jpg\" width=\"6000\" height=\"4000\">
像这样,我想使用flutter_html库更改图像的宽度和高度。我的意思是我要自定义图像大小。