snap_carousel 0.1.0
snap_carousel: ^0.1.0 copied to clipboard
An Flutter Snap Carousel which provide ability to show more than one UI component inside the Carousel's viewport
0.0.1 July 28 2019. #
- Project's initialization
- Support only Horizontal direction
- Support ItemBuilder like ListView, GridView
0.0.2 July 28 2019 #
- Fix childCount wasn't integrated into SliverList
0.0.3 July 28 2019 #
- Remove usages of infinite list
- Prevent scrolling beyond the end
0.0.4 July 28 2019 #
- Fix wrong addition into current offset in
onHorizontalDragEnd
0.0.5 July 28 2019 #
- Fix wrong addition into current offset in
onHorizontalDragEnd(Pt. 2)
0.0.6 July 28 2019 #
- Fix wrong addition into current offset in
onHorizontalDragEnd(Pt. 3)
0.0.7 July 28 2019 #
- Remove wrong condition in calculation of current offset
0.1.0 August 31 2019 #
- Improve scrolling to end conditions
- Add
onSnapcallback - Add example projects