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 379 forks source link

If panel hide event is triggered, the collapsed bottom widget's state does not trigger #277

Open alexaung opened 2 years ago

alexaung commented 2 years ago

Describe the bug I have added sliding up panel in home page and user can setting show and hid the panel in setting screen. I use bloc state and check the state in collapsed bottom panel widget. If panel hide event is triggered, the collapsed bottom widget's state does not trigger any more. If I don't hide it, state is triggered when user change the setting.