forked from yaso_meth/mih-project
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,
|
||||
child: Image.asset('images/loyalty_cards/spur.png'),
|
||||
);
|
||||
case "infinity":
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
child: Image.asset('images/loyalty_cards/infinity.png'),
|
||||
);
|
||||
default:
|
||||
return SizedBox(
|
||||
height: widget.height,
|
||||
|
||||
@@ -118,6 +118,7 @@ class _LoyaltyCardsState extends State<LoyaltyCards> {
|
||||
"Dis-Chem",
|
||||
"Edgars",
|
||||
"Fresh Stop",
|
||||
"Infinity",
|
||||
"Jet",
|
||||
"Makro",
|
||||
"Panarottis",
|
||||
|
||||
Reference in New Issue
Block a user