我正在使用 HTML 中的 base64 图像来呈现 PDFViews 中的图像。在某些情况下,我必须动态更改 png/svg 图像的颜色。那么,我想知道如何更改图像的色调并在 base64 中转换该图像?
如何将该图像图标更改为 base64 字符串,我们将使用 HTML 将其呈现为 pdf。
Image mImage = Image.asset(
"assets/images/ic_planet.png",
color: Color(int.parse("999999")),
); //How to do after this?