Last updated:
0 purchases
flutter stack card
Flutter Stack Card #
Stack Card Widget is fastest way to create swap card in flutter.
Screenshots #
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 */
}
)
copied to clipboard
Example #
Please find example in here: Example
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.