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
|
|
@ -20,7 +20,7 @@ class _MihWalletTileState extends State<MihWalletTile> {
|
|||
return MihPackageTile(
|
||||
// authenticateUser: true,
|
||||
onTap: () {
|
||||
context.pushNamed(
|
||||
context.goNamed(
|
||||
'mzansiWallet',
|
||||
);
|
||||
// Navigator.of(context).pushNamed(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue