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.38k stars 381 forks source link

support SlideDirection.RIGHT and SlideDirection.LEFT #141

Open DJafari opened 4 years ago

DJafari commented 4 years ago

is possible support other directions ?

in my case i want a icon menu at collapsed state in left side of screen, when panel expanded, showing title + icon menu

wiradikusuma commented 4 years ago

Useful for tablets and desktop apps.

akshathjain commented 4 years ago

I suppose this is possible. Will look into this.

savasadar commented 2 years ago

Is there any updates about this?