Releases: GeekyAnts/infinite-carousel-flutter
Releases · GeekyAnts/infinite-carousel-flutter
v1.1.1
- Lower Dart SDK version to 3.2.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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
v1.0.3
What's Changed
- 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.
New Contributors
- @maple135790 made their first contribution in #11
Full Changelog: https://github.com/GeekyAnts/infinite-carousel-flutter/commits/1.0.3