infinite_carousel 1.0.3
infinite_carousel: ^1.0.3 copied to clipboard
Carousel in flutter. Supports infinite looping and gives control over anchor and velocity.
1.0.3 May 27, 2023 #
- Upgrade package to support flutter 3.10
- Add missing
devicePixelRatio
parameter and replace deprecated methods. Thanks to PR #11 - Update example app to fix Android embedding v1 errors.
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.