marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

How do I call set State? #81

Closed itismejy closed 2 years ago

itismejy commented 3 years ago

I would like to call set state and update the contents in the AwesomeDialog, but it is not updating the dialog but rather calling set state on the components under the dialog.

harunme3 commented 3 years ago

same problem how to reload widget using set State

marcos930807 commented 3 years ago

Make de body an statefull widget.!!

myConsciousness commented 2 years ago

@itismejy @harunme3

Hello, maybe it's already solved but by using StatefulBuilder in the body of AwesomeDialog, you can setState in the dialog :)