I am getting Image in response from restful API. Then i am converting it to base64 and displaying in a widget. now i want to hit the same image in the another API but this time I've to convert the image or base64 to Blob. Please do let me if you can help me on this. Thank you.
Asked
Active
Viewed 762 times
1
-
You said you got a blob and converted it to base64 and now you don't know how to convert it back. Is that correct? Can you maybe show us some code? – nvoigt Mar 12 '21 at 08:24
-
https://stackoverflow.com/questions/62632831/flutter-create-blob-from-base64 – Gursewak Singh Mar 12 '21 at 10:00