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

Images Download From internet can't be displayed #2

Closed
NouranAmr opened this issue Jul 5, 2020 · 2 comments
Closed

Images Download From internet can't be displayed #2

NouranAmr opened this issue Jul 5, 2020 · 2 comments

Comments

@NouranAmr
Copy link

I tried to download an images and then add them to an array , pass this array to ImageView360 widget ,
but it take only AssetImage, so there i must have an images first in assets .
How to do this?

@CarlosCabarcos
Copy link

You can edit the ImageView360 class and turn final List<AssetImage> imageList; into final List<ImageProvider> imageList; so it will also accept NetworkImages, MemoryImages, etc. Honestly, it should be like that by default, it's way more versatile.

@harpreetseera
Copy link
Member

harpreetseera commented Oct 22, 2020

Hi, thanks for pointing it out. You can check out version 1.2.0 as it supports ImageProvider as a param in imageList. For better experience make sure, the images to be displayed are cached.

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

3 participants