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

outdated

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
0
pub points
52%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_slider_indicator

More

Packages that depend on flutter_stack_card