scroll_edge_hint 0.1.1
scroll_edge_hint: ^0.1.1 copied to clipboard
Edge fade hints for Flutter scroll views to make scrollability obvious without persistent scrollbars.
0.1.1 #
- Fix pub.dev metadata links to the correct GitHub owner (
0doyun).
0.1.0 #
- First release of
scroll_edge_hint. - Added
ScrollEdgeHintandScrollEdgeHint.builder. - Added proportional leading/trailing strength model.
- Added
overlayFadeeffect with customhintBuildersupport. - Added example app with vertical/horizontal demos.
- Added widget tests for vertical, horizontal, reverse, and non-scrollable cases.