A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc.
getCachedImageFile is not working with ExtendedNetworkImageProvider , but whenever I use ExtendedImage.network it does provide cached image file. How can I get cached File using ImageProvider
How to reproduce?
This is the image provider
final provider = ExtendedNetworkImageProvider(
url,
cache: true,
);
Version
8.2.0
Platforms
Android, iOS
Device Model
iPhone 14 Pro Max. Samsung S22
flutter info
How to reproduce?
This is the image provider
final provider = ExtendedNetworkImageProvider( url, cache: true, );
Logs
No response
Example code (optional)
No response
Contact
No response