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.37k stars 378 forks source link

onPanelClosed is triggered when the panel is opening #96

Open biklas7 opened 4 years ago

biklas7 commented 4 years ago

If the panel is closed and you open it the onPanelClosed listener is triggered. I think it should only trigger after the panel is opened and then closed, not before opening the panel.

akshathjain commented 4 years ago

I'll look into this. I thought I addressed it in a previous update, but I guess the bug is back.

0aps commented 3 years ago

I can confirm this is still a problem on the latest version. (1.0.2)

JaffaKetchup commented 3 years ago

Hi, I have this issue as well, and I urgently need it fixed. Please can you look into this? Thanks.

Mayb3Nots commented 3 years ago

I have created a PR to fix this #251