sliding_up_panel icon indicating copy to clipboard operation
sliding_up_panel copied to clipboard

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!

Results 128 sliding_up_panel issues
Sort by recently updated
recently updated
newest added

i am having a very weird problem with the panel and that's the body is being displayed outside, like this ![off5ZZIl1n](https://user-images.githubusercontent.com/52101936/93168664-1b7cb200-f72c-11ea-9a37-949db8708d73.png) here is the code where I use the panel:...

Hi... I'm attempting to refactor my app to leverage this package, and my code prior that incorporated a SingleChildScrollView that would appropriately scroll up when the keyboard was visible, no...

**Describe the bug** When using a RefreshIndicator inside the panelBuilder, you can't pull down to use the RefreshIndicator. I have tested that the code I'm using works by itself as...

That's what I want to achieve ![image](https://user-images.githubusercontent.com/12999702/150329543-1ade056c-56f7-48cc-8b4a-95f20a98404d.png) I know it's not very beautiful, but it's a design I have to do. These choice buttons should move with panel sticking to...

This should fix #289 by modifying the builder to respect the parent's width/height constraints. Also tweaks a few files so that one can build the example on iOS. Looks like...

`MediaQuery.of(context).size.height` always returns the full screen height, rather than the height of the widgets parent. If there is an appbar in a scaffold for example, the panel’s body height should...

Fixes https://github.com/akshathjain/sliding_up_panel/issues/180 https://github.com/akshathjain/sliding_up_panel/issues/212 https://github.com/akshathjain/sliding_up_panel/issues/228 https://github.com/akshathjain/sliding_up_panel/issues/19 Related: https://github.com/akshathjain/sliding_up_panel/pull/302 and others..

From the license it is not very clear whether the package can be used in a commercial app. Can somebody clarify this?

Is it possible to auto shrink the width of the the widget when using landscape orientation? And even more add resize handler to collapse the widget when we are using...

So I have a use case where while a form in a sliding up panel is being filled out it should not be closed so I want to lock it...