Merge pull request #59 from yaso-meth/QOL-add-loyalty-card-infinity
QOL-add-loyalty-card-infinity
This commit is contained in:
BIN
Frontend/images/loyalty_cards/infinity.png
Normal file
BIN
Frontend/images/loyalty_cards/infinity.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -96,6 +96,11 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
|||||||
height: widget.height,
|
height: widget.height,
|
||||||
child: Image.asset('images/loyalty_cards/spur.png'),
|
child: Image.asset('images/loyalty_cards/spur.png'),
|
||||||
);
|
);
|
||||||
|
case "infinity":
|
||||||
|
return SizedBox(
|
||||||
|
height: widget.height,
|
||||||
|
child: Image.asset('images/loyalty_cards/infinity.png'),
|
||||||
|
);
|
||||||
default:
|
default:
|
||||||
return SizedBox(
|
return SizedBox(
|
||||||
height: widget.height,
|
height: widget.height,
|
||||||
|
|||||||
@@ -118,6 +118,7 @@ class _LoyaltyCardsState extends State<LoyaltyCards> {
|
|||||||
"Dis-Chem",
|
"Dis-Chem",
|
||||||
"Edgars",
|
"Edgars",
|
||||||
"Fresh Stop",
|
"Fresh Stop",
|
||||||
|
"Infinity",
|
||||||
"Jet",
|
"Jet",
|
||||||
"Makro",
|
"Makro",
|
||||||
"Panarottis",
|
"Panarottis",
|
||||||
|
|||||||
Reference in New Issue
Block a user