flutter_stack_card 0.2.0+1 copy "flutter_stack_card: ^0.2.0+1" to clipboard
flutter_stack_card: ^0.2.0+1 copied to clipboard

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

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

29
likes
40
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, flutter_slider_indicator

More

Packages that depend on flutter_stack_card