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

[Feature Request] Support multiple snap points #264

Open njlawton opened 3 years ago

njlawton commented 3 years ago

Many apps may want more than one snap point.

For example, completely down if there is no info, slightly up as default state to see more info, half way up to see a little more and fully up to take up the whole screen.

It would be nice if this use case could be supported.

Thanks!