Merge pull request #73 from yaso-meth/QOL-New-Loyalty-Card-Eskom
QOL-New-Loyalty-Card-Eskom
This commit is contained in:
BIN
Frontend/images/loyalty_cards/eskom.png
Normal file
BIN
Frontend/images/loyalty_cards/eskom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@@ -101,6 +101,11 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
|||||||
height: widget.height,
|
height: widget.height,
|
||||||
child: Image.asset('images/loyalty_cards/infinity.png'),
|
child: Image.asset('images/loyalty_cards/infinity.png'),
|
||||||
);
|
);
|
||||||
|
case "eskom":
|
||||||
|
return SizedBox(
|
||||||
|
height: widget.height,
|
||||||
|
child: Image.asset('images/loyalty_cards/eskom.png'),
|
||||||
|
);
|
||||||
default:
|
default:
|
||||||
return SizedBox(
|
return SizedBox(
|
||||||
height: widget.height,
|
height: widget.height,
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ class _LoyaltyCardsState extends State<LoyaltyCards> {
|
|||||||
"Cotton:On",
|
"Cotton:On",
|
||||||
"Dis-Chem",
|
"Dis-Chem",
|
||||||
"Edgars",
|
"Edgars",
|
||||||
|
"Eskom",
|
||||||
"Fresh Stop",
|
"Fresh Stop",
|
||||||
"Infinity",
|
"Infinity",
|
||||||
"Jet",
|
"Jet",
|
||||||
|
|||||||
Reference in New Issue
Block a user