akshathjain / sliding_up_panel

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
https://pub.dartlang.org/packages/sliding_up_panel
Other
1.36k stars 377 forks source link

Cannot open panel on Desktop, mobile is working fine. #338

Open RiccardoZuninoJ opened 5 months ago

RiccardoZuninoJ commented 5 months ago

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!