diagramo_card_shop_product_wallet 0.0.1 diagramo_card_shop_product_wallet: ^0.0.1 copied to clipboard
A Flutter package that provides a customizable product card widget for e-commerce applications. The CardShopProductWallet widget displays product details such as image, name, price, and discounts, alo [...]
Changelog #
[Unreleased] #
Added #
- Initial implementation of
CardShopProductWallet
widget. - Added properties for product details: name, price, and discounted price.
- Introduced
AvatarButtonCardShopProductWallet
for customizable avatar actions.
[0.0.1] - 2024-10-17 #
Added #
-
CardShopProductWallet
- Display product image, name, and price.
- Option to show discounted price.
- Customizable border, padding, and background color.
- Gesture detection for card tap actions.
-
AvatarButtonCardShopProductWallet
- Display an avatar button with customizable icon and action.
- Supports customizable size, color, and border properties.
Changed #
- Enhanced layout responsiveness with flexible widgets for better adaptation to different screen sizes.
Fixed #
- Improved image loading from network with a default placeholder image.
- Fixed text overflow issues for product names and prices.
[1.0.1] - 2024-10-18 #
Added #
- Support for localized text (e.g., product names, prices).
- Customizable styles for text (product name, price, and discounted price).
Changed #
- Updated default icon for the avatar button from
Icons.ac_unit
toIcons.favorite
. - Refined the design for better visual appearance and consistency.
Fixed #
- Addressed layout issues on smaller screens.
- Fixed minor bugs related to tap detection on avatar buttons.
[1.0.2] - 2024-10-19 #
[1.0.3] - 2024-10-20 #
Added #
- Additional styling options for the card (shadow effects).
- New feature to allow the display of "Out of Stock" status for products.
Changed #
- Improved the responsiveness of the card layout.
- Refined the appearance of the avatar button for a more modern look.
Fixed #
- Fixed alignment issues in the product card layout.
[1.0.4] - 2024-10-21 #
Added #
- Added support for different image aspect ratios in
BoxFit
. - Included unit tests for widget functionality.
Changed #
- Optimized widget performance for smoother scrolling in lists.
- Enhanced user feedback for card interactions.
Fixed #
- Addressed accessibility issues by adding semantic labels to the card and avatar button.