infinite_carousel 1.0.2
infinite_carousel: ^1.0.2 copied to clipboard
Carousel in flutter. Supports infinite looping and gives control over anchor and velocity.
1.0.2 Dec 24, 2021 #
- Add support to send custom
ScrollBehavior
to widget. Fixes this issue.
1.0.1 Jun 28, 2021 #
- Fix: Null check operator used on null value.
1.0.0 Apr 16, 2021 #
- Null Safety.
0.0.2 Feb 26, 2021 #
- Update example gifs.
0.0.1 Feb 23, 2021 #
- Support infinite looping.
- Add anchor control and center attribute.
- Add scroll velocity control attribute.