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

Fix _isPanelOpen/_isPanelClosed not updating their state properly #302

Open LiquidPL opened 2 years ago

LiquidPL commented 2 years ago

Since those getters depend on the animation controller, they never triggered a rebuild whenever the panel was opened/closed, causing a bug where the collapsed widget was still receiving pointer events when the panel is open.

faisalansari0367 commented 7 months ago

@LiquidPL This is a wonderful PR. @akshathjain When can we expect it in the release?

faisalansari0367 commented 7 months ago

@LiquidPL Why is this happening when it's a getter?