You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am experiencing a problem with sliding_up_panel. I recently updated all my dependencies, as well as Flutter, and the panel is not working anymore on Desktop.
I can close it using context.read<PanelController>().close(), but I cannot open it, using context.read<PanelController>().open()
On mobile it's just working fine.
Are there any known issues for this problem?
Thank you so much!
The text was updated successfully, but these errors were encountered:
Hello!
I am experiencing a problem with sliding_up_panel. I recently updated all my dependencies, as well as Flutter, and the panel is not working anymore on Desktop.
I can close it using
context.read<PanelController>().close()
, but I cannot open it, usingcontext.read<PanelController>().open()
On mobile it's just working fine.
Are there any known issues for this problem?
Thank you so much!
The text was updated successfully, but these errors were encountered: