add new cards
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 65 KiB |
@@ -109,6 +109,45 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
|||||||
case "signature cosmetics & fragrances":
|
case "signature cosmetics & fragrances":
|
||||||
return Image.asset(
|
return Image.asset(
|
||||||
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/signature_cosmetics-min.png');
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/signature_cosmetics-min.png');
|
||||||
|
case "ok foods":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/ok_food-min.png');
|
||||||
|
case "choppies":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/choppies-min.png');
|
||||||
|
case "boxer":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/boxer-min.png');
|
||||||
|
case "carrefour":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/carrefour-min.png');
|
||||||
|
case "sefalana":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/sefalana-min.png');
|
||||||
|
case "big save":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/big_save-min.png');
|
||||||
|
case "justrite":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/justrite-min.png');
|
||||||
|
case "naivas":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/naivas-min.png');
|
||||||
|
case "kero":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/kero-min.png');
|
||||||
|
case "auchan":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/auchan-min.png');
|
||||||
|
case "woermann brock":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/woermann_brock-min.png');
|
||||||
|
case "continente":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/continente-min.png');
|
||||||
|
case "fresmart":
|
||||||
|
return Image.asset(
|
||||||
|
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/mini/fresmart-min.png');
|
||||||
default:
|
default:
|
||||||
return const Placeholder();
|
return const Placeholder();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,26 +107,38 @@ class _MihCardsState extends State<MihCards> {
|
|||||||
dropdownOptions: const [
|
dropdownOptions: const [
|
||||||
"+More",
|
"+More",
|
||||||
"Apple Tree",
|
"Apple Tree",
|
||||||
|
"Auchan",
|
||||||
"Best Before",
|
"Best Before",
|
||||||
|
"Big Save",
|
||||||
|
"Boxer",
|
||||||
"BP",
|
"BP",
|
||||||
"Builders Warehouse",
|
"Builders Warehouse",
|
||||||
"Checkers",
|
"Checkers",
|
||||||
|
"Choppies",
|
||||||
"Clicks",
|
"Clicks",
|
||||||
|
"Continente",
|
||||||
"Cotton:On",
|
"Cotton:On",
|
||||||
|
"Carrefour",
|
||||||
"Dis-Chem",
|
"Dis-Chem",
|
||||||
"Edgars",
|
"Edgars",
|
||||||
"Eskom",
|
"Eskom",
|
||||||
"Exclusive Books",
|
"Exclusive Books",
|
||||||
"Fresh Stop",
|
"Fresh Stop",
|
||||||
|
"Fresmart",
|
||||||
"Infinity",
|
"Infinity",
|
||||||
"Jet",
|
"Jet",
|
||||||
|
"Justrite",
|
||||||
|
"Kero",
|
||||||
"Leroy Merlin",
|
"Leroy Merlin",
|
||||||
"Makro",
|
"Makro",
|
||||||
|
"Naivas",
|
||||||
|
"OK Foods",
|
||||||
"Panarottis",
|
"Panarottis",
|
||||||
"Pick n Pay",
|
"Pick n Pay",
|
||||||
"PnA",
|
"PnA",
|
||||||
"PQ Clothing",
|
"PQ Clothing",
|
||||||
"Rage",
|
"Rage",
|
||||||
|
"Sefalana",
|
||||||
"Sasol",
|
"Sasol",
|
||||||
"Shell",
|
"Shell",
|
||||||
"Shoprite",
|
"Shoprite",
|
||||||
@@ -135,6 +147,7 @@ class _MihCardsState extends State<MihCards> {
|
|||||||
"Spur",
|
"Spur",
|
||||||
"TFG Group",
|
"TFG Group",
|
||||||
"Toys R Us",
|
"Toys R Us",
|
||||||
|
"Woermann Brock",
|
||||||
"Woolworths"
|
"Woolworths"
|
||||||
],
|
],
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||