silky_scroll 1.0.15 silky_scroll: ^1.0.15 copied to clipboard
Silky Scroll is a package developed in Flutter to provide a smooth scrolling experience.
1.0.0 #
- TODO: initial release.
1.0.1 #
- TODO: add web supports.
1.0.2 #
- TODO: add web supports.
1.0.3 #
- TODO: adjusted the interval of the scroll lock timer.
1.0.4 #
- TODO: changed the method of specifying the scroll duration.
1.0.5 #
- TODO: Enhanced scroll behavior for touch interfaces. When the scrollable content reaches the edge during an ongoing scroll gesture, if the parent widget is also scrollable, the scroll momentum is seamlessly transferred to the parent widget.
1.0.6 #
- TODO: The duration of scroll momentum transferred to the parent widget has been adjusted to behave more naturally.
1.0.7 #
- TODO: adjusted duration of scroll momentum.
1.0.8 #
- TODO: adjusted duration of scroll momentum.
1.0.9 #
- TODO: fixed drag bug.
1.0.10 #
- TODO: updated README.
1.0.11 #
- TODO: updated.
1.0.12 #
- TODO: Added an option to configure whether scroll bubbling is propagated when an inner scroll view reaches its edge within nested scroll views.
1.0.13 #
- TODO: fixed bug about web import.
1.0.14 #
- TODO: Removed usage of
Platform
fromdart:io
due to compatibility issues causing errors on Safari in iOS 18.2.
1.0.15 #
- TODO: dart format