select_card 0.0.1 copy "select_card: ^0.0.1" to clipboard
select_card: ^0.0.1 copied to clipboard

outdated

A Flutter package with animated customizable card items selection.

A Flutter package with animated customizable card items selection.

Features #

You can customize the card group with options such as difference colors, animation times, and enrich your widget with photo and detail information lists.

Instalation #

dependencies: card_selector: ^0.0.1

Simple Useage #

 SelectCard(
                context,
                imageSourceType: ImageSourceType.network,
                images: imagesFromNetwork,
                titles: titles,
                contents: contents,
                onTap: (String selectedItemTitle) {
                  debugPrint(selectedItemTitle);
                },
46
likes
0
pub points
82%
popularity

Publisher

unverified uploader

A Flutter package with animated customizable card items selection.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on select_card