How to display html image source in flutter mobile app.
I have api and in the json response I am getting imgurl:"data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUA AAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO 9TXL0Y4OHwAAAABJRU5ErkJggg". and rest as imgurl: media/image.jpeg.
How should I display the images in flutter app? What condition should I put to display both the different imgurl in same response.
2.1m questions
2.1m answers
60 comments
57.0k users