flutter_stack_card

Last updated:

0 purchases

flutter_stack_card Image
flutter_stack_card Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.