Skip to content

Releases: GeekyAnts/infinite-carousel-flutter

v1.1.1

16 Feb 23:25
Compare
Choose a tag to compare
  • Lower Dart SDK version to 3.2.1

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Feb 22:57
Compare
Choose a tag to compare

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 default InfiniteScrollPhysics.
  • '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

Full Changelog: 1.0.3...v1.1.0

v1.0.3

26 May 21:04
7e60bdd
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/GeekyAnts/infinite-carousel-flutter/commits/1.0.3