change route home to mihHome
This commit is contained in:
parent
43ab2b6681
commit
35d6b39c45
12 changed files with 23 additions and 16 deletions
|
|
@ -162,13 +162,20 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
|
|||
temp.add({
|
||||
"test": MihPackageTile(
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/package-dev',
|
||||
arguments: TestArguments(
|
||||
context.goNamed(
|
||||
'testPackage',
|
||||
extra: TestArguments(
|
||||
widget.signedInUser,
|
||||
widget.business,
|
||||
),
|
||||
);
|
||||
// Navigator.of(context).pushNamed(
|
||||
// '/package-dev',
|
||||
// arguments: TestArguments(
|
||||
// widget.signedInUser,
|
||||
// widget.business,
|
||||
// ),
|
||||
// );
|
||||
},
|
||||
appName: "Test",
|
||||
appIcon: Icon(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue