forked from yaso_meth/mih-project
additional cards
This commit is contained in:
@@ -103,6 +103,12 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
||||
case "toys r us":
|
||||
return Image.asset(
|
||||
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/toysrus.png');
|
||||
case "leroy merlin":
|
||||
return Image.asset(
|
||||
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/leroy_merlin.png');
|
||||
case "signature cosmetics & fragrances":
|
||||
return Image.asset(
|
||||
'lib/mih_components/mih_package_components/assets/images/loyalty_cards/signature_cosmetics.png');
|
||||
default:
|
||||
return const Placeholder();
|
||||
}
|
||||
|
||||
@@ -120,6 +120,7 @@ class _MihCardsState extends State<MihCards> {
|
||||
"Fresh Stop",
|
||||
"Infinity",
|
||||
"Jet",
|
||||
"Leroy Merlin",
|
||||
"Makro",
|
||||
"Panarottis",
|
||||
"Pick n Pay",
|
||||
@@ -129,6 +130,7 @@ class _MihCardsState extends State<MihCards> {
|
||||
"Sasol",
|
||||
"Shell",
|
||||
"Shoprite",
|
||||
"Signature Cosmetics & Fragrances",
|
||||
"Spar",
|
||||
"Spur",
|
||||
"TFG Group",
|
||||
|
||||
Reference in New Issue
Block a user