infinite_carousel 1.1.1 copy "infinite_carousel: ^1.1.1" to clipboard
infinite_carousel: ^1.1.1 copied to clipboard

Carousel in flutter. Supports features like infinite looping, friction effect, multiple scroll physics and control over item anchor and velocity.

1.1.1 #

  • Lower Dart SDK version to 3.2.1

1.1.0 #

  • 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

1.0.3 #

  • 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 #

  • Add support to set custom ScrollBehavior to widget. Fixes this issue.

1.0.1 #

  • Fix: Null check operator used on null value.

1.0.0 #

  • Add null Safety support.

0.0.2 #

  • Update example gifs for different variants.

0.0.1 #

  • Initial release.
  • Support infinite looping.
  • Add anchor control and center attribute.
  • Add scroll velocity control attribute.
221
likes
140
pub points
97%
popularity

Publisher

verified publishergeekyants.com

Carousel in flutter. Supports features like infinite looping, friction effect, multiple scroll physics and control over item anchor and velocity.

Repository (GitHub)
View/report issues
Contributing

Topics

#ui #carousel #widgets #infinite

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on infinite_carousel