shopping_card 0.0.1
shopping_card: ^0.0.1 copied to clipboard
A visually appealing shopping card UI package for Flutter, featuring support for dynamic product lists, image caching, and built-in shimmer loading effects. Easily display product cards in horizontal [...]
0.0.1 Initial Release #
- Introduced
CustomCardwidget for displaying product details including image, title, price, total items. - Added
CardListViewfor rendering a list of shopping cards with support for both vertical and horizontal scrolling. - Integrated shimmer loading effect for improved UX during data loading.
- Responsive design with image caching using
cached_network_image. - Built-in gesture detection for navigation to product detail screens.