stacked_cards_carousel 1.0.1 copy "stacked_cards_carousel: ^1.0.1" to clipboard
stacked_cards_carousel: ^1.0.1 copied to clipboard

A widget to easily display cards in a stacked carousel

Flutter Stacked Cards Carousel #

A Flutter package that displays any widget in a stacked cards carousel format.

This package is useful for creating visually appealing and interactive carousels for showcasing products, images, or any other type of content.

Features #

  • Display any widget in a stacked card format
  • Customizable stack levels
  • loop mode for continuous scrolling
  • Easy to use API

Installation #

To use this package in your Flutter project, add the following line to your pubspec.yaml file:

dependencies:
  stacked_cards_carousel: ^1.0.0

Usage #

StackedCardsCarouselWidget(
    items: items, /// Pass any list of widgets here.
)
0
likes
160
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A widget to easily display cards in a stacked carousel

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stacked_cards_carousel