Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Stack Card

Stack Card Widget is fastest way to create swap card in flutter.

Screenshots

StackType.middle StackType.right

Usage

StackCard.builder(
    itemCount: /* Item Count */,
    displayIndicator: /* Flag to display the indicator */,
    displayIndicatorBuilder: /* Customize the indicator */,
    onSwap: (index) {
        /* listen for swapping */
    },
    itemBuilder: (context, index) {
        /* item builder */
    }
)

Example

Please find example in here: Example

About

Stack Card Widget is fastest way to create swap card in flutter.

Topics

Resources

Stars

16 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages