Draggable Home Versions Save

A draggable Flutter widget that makes implementing a sliding up and fully-stretchable much easier.

v1.0.5

7 months ago

1.0.5

  • added scrollController to get the current scroll position of the body
  • add physics to modify the ScrollPhysics to implement some cases of UI when developers need (by default still is BouncingScrollPhysics)

v1.0.3

2 years ago
  • Fixed Pixel line leak problem
  • Added appBarColor support