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

Enable scrolling when opening pannel programmatically #243

Closed hauketoenjes closed 8 months ago

hauketoenjes commented 3 years ago

Pull Request to fix the wrong behavior described in Issue #239

For more information refer to my comment on this Issue here: https://github.com/akshathjain/sliding_up_panel/issues/239#issuecomment-828398264

Essentially this allows for keyboard-only scrolling through a Scrollable inside the SlidingUpPanel when using the panelBuilder(ScrollController sc).

Please consider also looking at #236 since it is related in some way.