flutter_ok_image
flutter_ok_image copied to clipboard
Support for loading images from storage
I want to load images from my storage. These images have urls of the type file://path/to/storage/image.jpg and not of the network url type (https://path/to/image). Is there any way to implement this ??
This widget currently only supports access to network images. Local images can be considered for support. As long as it is the url of the file protocol, I can directly call Image.file to support it.
However, it is still recommended to use Image.file.