forked from yaso_meth/mih-project
Eskom
This commit is contained in:
@@ -101,6 +101,11 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
||||
height: widget.height,
|
||||
child: Image.asset('images/loyalty_cards/infinity.png'),
|
||||
);
|
||||
case "eskom":
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
child: Image.asset('images/loyalty_cards/eskom.png'),
|
||||
);
|
||||
default:
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
|
||||
@@ -117,6 +117,7 @@ class _LoyaltyCardsState extends State<LoyaltyCards> {
|
||||
"Cotton:On",
|
||||
"Dis-Chem",
|
||||
"Edgars",
|
||||
"Eskom",
|
||||
"Fresh Stop",
|
||||
"Infinity",
|
||||
"Jet",
|
||||
|
||||
Reference in New Issue
Block a user