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

PanelController can now addListeners so user can listen for updates #194

Open MATTYGILO opened 4 years ago

MATTYGILO commented 4 years ago

In the new flutter update VelocityTracker need a pointerDeviceKind i've set this to unknown so that all pointers will work.

HugoHeneault commented 2 years ago

This is awesome! Could it be merged? Thanks :)