NEW: MIH MineSweeper Package pt2
This commit is contained in:
parent
f548db7d82
commit
23c3cf4173
19 changed files with 1805 additions and 146 deletions
|
|
@ -24,10 +24,10 @@ class _MihMineSweeperTileState extends State<MihMineSweeperTile> {
|
|||
return MihPackageTile(
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
"mihMineSweeper",
|
||||
"mihMinesweeper",
|
||||
);
|
||||
},
|
||||
appName: "MineSweeper",
|
||||
appName: "Minesweeper",
|
||||
appIcon: Icon(
|
||||
MihIcons.mineSweeper,
|
||||
color: MihColors.getSecondaryColor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue