TODO: to use this package safely. you have to use it with the a GridView and put the crossAxisCount: 2, childAspectRatio :0.5;
Features
TODO: display a cards, show the user the products
Getting started
TODO:
description: 'None For Now',
oldPrice: 35,
price: 30.24,
promution: 12,
image: Image.network( 'https://images.pexels.com/photos/2536965/pexels-photo-2536965.jpeg?auto=compress&cs=tinysrgb&w=600', fit: BoxFit.cover,height: double.infinity,),
size: 100,
text: 'some tolk about this product',
tails: const 'X','S'
,
prodColorsDespo: Colors.red, Colors.black, Colors.orange, Colors.grey
,
onBuyClicked: (){
print('here do what u want when the user click the btn');
},
Usage
TODO: AwsCard(
description: 'None For Now',
oldPrice: 35,
price: 30.24,
promution: 12,
image: Image.network( 'https://images.pexels.com/photos/2536965/pexels-photo-2536965.jpeg?auto=compress&cs=tinysrgb&w=600', fit: BoxFit.cover,height: double.infinity,),
size: 100,
text: 'some tolk about this product',
tails: const 'X','S'
,
prodColorsDespo: Colors.red, Colors.black, Colors.orange, Colors.grey
,
onBuyClicked: (){
print('hi');
},
);
to /example
folder.
const like = 'sample';
Additional information
TODO: you can find more information on the example file ore github repo