diagramo_card_shop_product_wallet_2 0.0.1 diagramo_card_shop_product_wallet_2: ^0.0.1 copied to clipboard
customizable product wallet card widget for e-commerce applications. This widget displays product information including an image, name, price, and controls for adjusting product quantities. It can be [...]
CardShopProductWallet2 #
Overview #
The diagramo_card_shop_product_wallet_2
widget is a Flutter component designed to showcase a product card in an e-commerce application. It displays product information, including an image, name, price, and controls for adjusting the quantity of the product. If the quantity reaches one, the decrease button is replaced with a delete button.
Features #
- Displays product image, name, and price.
- Adjustable quantity with increment and decrement buttons.
- Configurable appearance with customizable borders, padding, and colors.
- Option to remove the product from the cart.
Installation #
Add the following dependency to your pubspec.yaml
file:
dependencies:
flutter:
sdk: flutter