-
Notifications
You must be signed in to change notification settings - Fork 36
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
set a new image url can not refresh #31
Comments
Can you explain how to recreate this issue? |
me to |
Same Issue! |
Fixed issues CHRISTOPANANJICKAL#31
@ShafiqSadat Please post a sample code here to reproduce this issue |
bandicam.2023-09-21.19-17-35-937.mp4Check this video |
|
@christoPBG |
@ShafiqSadat did you try adding a key to the widget? |
Sorry @CHRISTOPANANJICKAL. I stumbled on the same problem and I'm asking myself if adding the key is a real solution. It seems to like a good workaround. Maybe I could look into it if you want, because we are developing an app relying on this plugin and otherwise we should create a wrapper in order to set the key everytime |
IMHO it's always good to use any service with a wrapper or like a DI model. The advantage is, in future if you try to change the package or if there comes a major update in the same package which affects the current usage code, you can change it in one place instead for changing it in all other widgets. I am sorry to say that I am very busy these days. Ill address the issues once I am free. 🫰 |
_FastCachedImageState call _loadAsync only once,
when i set a new image url , new image will not be loaded.
I added this code
The text was updated successfully, but these errors were encountered: