Fix go router to work with web and ios nav
This commit is contained in:
parent
e85bf2d577
commit
aee6497ccb
14 changed files with 230 additions and 226 deletions
|
|
@ -18,13 +18,13 @@ class _MihMineSweeperTileState extends State<MihMineSweeperTile> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageTile(
|
||||
onTap: () {
|
||||
context.pushNamed(
|
||||
context.goNamed(
|
||||
"mihMinesweeper",
|
||||
);
|
||||
},
|
||||
packageName: "Minesweeper",
|
||||
packageIcon: Icon(
|
||||
MihIcons.mineSweeper,
|
||||
MihIcons.mihMinesweeper,
|
||||
color: MihColors.secondary(),
|
||||
// size: widget.packageSize,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue