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.37k stars 378 forks source link

BodyWidth and bodyHeight to scale the body. #129

Open nilsreichardt opened 4 years ago

nilsreichardt commented 4 years ago

Right now you can't change the size of the body, because it is forced to scale to full screen size. This changes with this PR. Normally it still scales to full screen size. But when you set bodyWidth or bodyWidth you can change the body size.

Closes #124

lannodev commented 4 years ago

We need this ;)

nilsreichardt commented 4 years ago

@luciano-work Until this PR isn't merged, you can use this in your pubspec.yaml:

sliding_up_panel: 
   git: 
     url: https://github.com/AndroidNils/sliding_up_panel 
     ref: body-size 
nilsreichardt commented 4 years ago

@akshathjain Can you review?

lannodev commented 3 years ago

@AndroidNils To fix my problem I have created my own solution, https://pub.dev/packages/we_slide What you think ?

nilsreichardt commented 3 years ago

@luciano-work Looks very interesting! I think we will migrate to your package, because it's way better maintained (e. g. null safety) 👍 I have no hope in this package anymore 😖