dbenitez-bcn / solid_bottom_sheet

Apache License 2.0
58 stars 19 forks source link

Hot reload close the bottom sheet #18

Closed Ionys320 closed 4 years ago

Ionys320 commented 4 years ago

Hello, Flutter's hot reload automatically close the bottom sheet.

Could you do something ?

dbenitez-bcn commented 4 years ago

I can have a look but I think that its related on how hot reload works by itself

Ionys320 commented 4 years ago

And I don't know why, but sometimes (maybe because there is a setState in my buttons), the bottom sheet closes.

dbenitez-bcn commented 4 years ago

Maybe thats the issue. Try to save the isOpen state on your widget but anyways I will try to store this state inside Solid Bottom Sheet.

dbenitez-bcn commented 4 years ago

But its not a big issue because I thinks that this is just going to apprear when user navigates to an other screen so its not a production problem.