infinite_carousel
Carousel in flutter. Supports features like infinite looping, friction effect, multiple scroll physics and control over item anchor and velocity.
1.1.1
8.0K downloads/mo
#3237 most downloaded on pub.dev
GeekyAnts/infinite-carousel-flutter
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 months to 1.4 years
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
8 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Feb 2021 to Feb 2024Releases
latest 8-
1.1.116 Feb 2024 -
1.1.016 Feb 2024Release notes
Open source →What's Changed
- Add alternate scroll physics:-
PageViewTypeScrollPhysics.
Similar to PageView scroll physics. This disables friction effect and allows the user to land on the next item only most of the time, instead of the free-hand scrolling that is provided with the defaultInfiniteScrollPhysics. - 'FixedScrollMetrics' is not a subtype of type 'InfiniteExtentMetrics' in type cast by @fretelweb in #19
- Update package to support Flutter 3.19
- docs: Update issue templates by @ManuSekhon in #18
New Contributors
- @fretelweb made their first contribution in #19
Full Changelog: 1.0.3...v1.1.0
Release notes
Open source →- Add alternate scroll physics:-
PageViewTypeScrollPhysics.
Similar to PageView scroll physics. This disables friction effect and allows the user to land on the next item only most of the time, instead of the free-hand scrolling that is provided with the default
InfiniteScrollPhysics.- Fixed issue:- 'FixedScrollMetrics' is not a subtype of type 'InfiniteExtentMetrics' in type cast. Thanks to PR #19
- Update package to support Flutter 3.19
- Add alternate scroll physics:-
-
1.0.326 May 2023Release notes
Open source →What's Changed
- Upgrade package to support flutter 3.10
- Add missing
devicePixelRatioparameter and replace deprecated methods. Thanks to PR #11 - Update example app to fix Android embedding v1 errors.
New Contributors
- @maple135790 made their first contribution in #11
Full Changelog: https://github.com/GeekyAnts/infinite-carousel-flutter/commits/1.0.3
Release notes
Open source →- Upgrade package to support flutter 3.10
- Add missing
devicePixelRatioparameter and replace deprecated methods. Thanks to PR #11 - Update example app to fix Android embedding v1 errors.
-
1.0.201 Jan 2022 -
1.0.128 Jun 2021 -
1.0.016 Apr 2021 -
0.0.226 Feb 2021 -
0.0.123 Feb 2021Release notes
Open source →- Initial release.
- Support infinite looping.
- Add anchor control and center attribute.
- Add scroll velocity control attribute.