Releases: DevsOnFlutter/draggable_home
Releases · DevsOnFlutter/draggable_home
v1.0.5
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
- Fixed Pixel line leak problem
- Added
appBarColor
support