Skip to content

Erkam246/stacked-cards-carousel-flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 36.0%
  • CMake 29.6%
  • Dart 27.4%
  • Swift 2.6%
  • C 2.2%
  • HTML 1.9%
  • Other 0.3%