Skip to content
New issue

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

extend image not taking image picker gallery image #84

Closed
dileepjb2 opened this issue Oct 24, 2019 · 2 comments
Closed

extend image not taking image picker gallery image #84

dileepjb2 opened this issue Oct 24, 2019 · 2 comments

Comments

@dileepjb2
Copy link

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

@zmtzawqlp
Copy link
Member

ExtendedImage.file(imagefile)

@dileepjb2
Copy link
Author

@zmtzawqlp thank you its working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants