base64

data:image/png;base64,XXX

flutter

Image.memory(
base64.decode(
xxx,/// 对应上述的XXX的base64编码部分
)
)