-
Notifications
You must be signed in to change notification settings - Fork 37
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
Replacing content in a ResizableWidget does not update after setState called #9
Comments
Any update on this?, Simply the hot reload doesn't work |
The workaround I'm currently using is to set a |
@brunobely What kind of key did you use? I gave it a |
I also used this workaround, it worked for me. |
could you please share an example? I'm trying using a GlobalKey but the ux is not updated. EDIT: ok, I found how.. but it redraws my existing widget and I lose the current state, so this is not a good solution on my side. |
i also don't like that i'm loosing my state. do you know what to do? maybe you found another package?
|
I added an IconButton into a ResizableWidget and I want to add an image using image_picker. The image is selected but the ResizableWidget does not update with the image I selected.
The text was updated successfully, but these errors were encountered: