We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI I am facing issue with imagePicker gallery url not able to assign to crop extendImage.network
File imagefile = await ImagePicker.pickImage(source: ImageSource.gallery);
ExtendedImage.network( imagefile.path fit: BoxFit.contain, mode: type == 'editor' ? ExtendedImageMode.editor : ExtendedImageMode.none, extendedImageEditorKey: editorKey, cache: true, enableMemoryCache: true, clearMemoryCacheIfFailed: true);
Facing failed to load image Please help on this issue,
Thanks in advance
The text was updated successfully, but these errors were encountered:
ExtendedImage.file(imagefile)
Sorry, something went wrong.
@zmtzawqlp thank you its working
No branches or pull requests
HI I am facing issue with imagePicker gallery url not able to assign to crop extendImage.network
File imagefile = await ImagePicker.pickImage(source: ImageSource.gallery);
ExtendedImage.network(
imagefile.path
fit: BoxFit.contain,
mode: type == 'editor'
? ExtendedImageMode.editor
: ExtendedImageMode.none,
extendedImageEditorKey: editorKey,
cache: true,
enableMemoryCache: true,
clearMemoryCacheIfFailed: true);
Facing failed to load image
Please help on this issue,
Thanks in advance
The text was updated successfully, but these errors were encountered: