Linus

Results 5 comments of Linus

Text is identical to the https://opensource.org/licenses/BSD-2-Clause except with the addition of: ``` * All use of this software must display the following acknowledgement: This product includes software developed by Akshath...

> Great fix, cloud you pub your version directly, as it takes so long time from #44 (2019), this repo seems dead.. Added a tag to my repo so you...

Can't you already change the width of the sliding panel effectively by playing with the `margin:` parameter? I've got a demo in https://github.com/akshathjain/sliding_up_panel/pull/303/commits/4a7b51a670eb8385e54db0dbb0d243c067e59313 (although the general idea should work regardless...

I believe the problem is that the panel code wraps SlidingUpPanel.body in a Container with ``` height: MediaQuery.of(context).size.height, width: MediaQuery.of(context).size.width, ``` making it fill the size of the screen. This...

FWIW, looks like this issue has affected many versions, with a few PRs attempting to fix it or otherwise related: #44 #64 #92 #129 Turns out 64/92 take the same...