dbenitez-bcn / solid_bottom_sheet

Apache License 2.0
58 stars 19 forks source link

SetState inside main page closing bottom sheet #36

Closed worldwidee closed 1 year ago

worldwidee commented 1 year ago

Hello, when i do setstate in scaffold, the bottom sheet is closing. Is there any way to lock bottom sheet?

dbenitez-bcn commented 1 year ago

This is a known issue. It's not related to the package itself but on how Scaffold builds itself. You can try keeping the state outside the Scaffold and using SolidController to update it.