Closed nemr0 closed 8 months ago
@nemr0 Thank you for contributing an issue to this library. This library has not been tested with Image.network. You can handle it in another way. That is to download this image and save it to local storage. Then use Image.file to read it.
@nemr0 Thank you for contributing an issue to this library. This library has not been tested with Image.network. You can handle it in another way. That is to download this image and save it to local storage. Then use Image.file to read it.
Thank you for your fast reply, but Image.file()
is not supported by flutter web
Dear @nemr0!
Through the code you presented. I see you need to handle builder, placeholder, eror,..v...etc. So I decided to update the library to allow widgets instead of just images. By that change. You can use libraries available on pub.dev such as cacheNetwork,..v.v. to handle .
I updated this in version 0.1.10. Please check and feedback.
If you find my library useful please like it on pubdev, github repo or donate to me via paypall. It will give me extra motivation to continue to develop and maintain the library throught paypall
I get this error in console on widget create (when shown on screen). my guess that it is related with me loading the image from network this is how I use the widget: