Garvish Jain
Garvish Jain
The "Saf" flutter plugin has kind of managed to do so. I'm wondering how?
Why to convert the byte data to base64 string? And one more thing NetworkImage is not a widget, right?
for anyone who is still wondering how to load the image using `Image.network()` widget. here's the code i'm using: ``` Image downloadImage = Image.network( "https://storage.googleapis.com/cms-storage-bucket/c823e53b3a1a7b0d36a9.png", fit: BoxFit.contain, height: 1080, width:...