codigo actual del servidor, con avances de joan
This commit is contained in:
32
source_code/lib/dummy_data/coupons.dart
Normal file
32
source_code/lib/dummy_data/coupons.dart
Normal file
@@ -0,0 +1,32 @@
|
||||
class ListCoupons{
|
||||
String? title,subTitle,exp;
|
||||
|
||||
ListCoupons({this.title, this.subTitle, this.exp});
|
||||
List<ListCoupons> getList(){
|
||||
List<ListCoupons> list =[];
|
||||
|
||||
list.add(ListCoupons(title: "MAS150",subTitle: "Cart Base Cart Base",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150",subTitle: "Cart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150MAS150MAS150",subTitle: "Cart Base Cart BaseCart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150",subTitle: "Cart Base Cart Base",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150",subTitle: "Cart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150MAS150MAS150",subTitle: "Cart Base Cart BaseCart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150",subTitle: "Cart Base Cart Base",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150",subTitle: "Cart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150MAS150MAS150",subTitle: "Cart Base Cart BaseCart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150",subTitle: "Cart Base Cart Base",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150",subTitle: "Cart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150MAS150MAS150",subTitle: "Cart Base Cart BaseCart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150",subTitle: "Cart Base Cart Base",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150",subTitle: "Cart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150MAS150MAS150",subTitle: "Cart Base Cart BaseCart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150",subTitle: "Cart Base Cart Base",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150",subTitle: "Cart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150MAS150MAS150",subTitle: "Cart Base Cart BaseCart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150",subTitle: "Cart Base Cart Base",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150",subTitle: "Cart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
list.add(ListCoupons(title: "MAS150MAS150MAS150MAS150",subTitle: "Cart Base Cart BaseCart Base ",exp: "07-02-2022 to 30-06-2022"));
|
||||
return list;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user