sliding_panel 0.5.0 sliding_panel: ^0.5.0 copied to clipboard
A Flutter slidable widget that provides an easy to use configuration. Just as you want it!
sliding_panel #
A Flutter slidable widget that provides an easy to use configuration. Just as you want it!
Make choices | Customize it | Get full control |
---|---|---|
Easily put your content in the panel, customize it and then just use the panel for various purposes like,
- Showing some persistent content on bottom of the screen.
- Can be used like
showModalBottomSheet()
from Flutter to make user choices. - Also use like
DraggableScrollableSheet()
and put scrollable content inside the panel.
👉 How to use sliding_panel: #
Please visit the Wiki to see how you can get this working.
Note:
This package was much unstable before. But now, it is a bit more stable. Still if you find bugs, open an Issue :)
A note for v0.2.0
and v0.1.0
users 😟 #
This version contains a LOADS of breaking 💥 changes, which means that simply updating the package won't give you all the bells and whistles of new version. 😔 For updating guide, please go to the Migration guide, and see the 'Migration Guide'.
- After following this guide, you will enjoy new features.