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.
)