Add appuser as param to test package
This commit is contained in:
parent
ea068e4016
commit
8b5840d0a3
4 changed files with 28 additions and 9 deletions
|
|
@ -162,7 +162,7 @@ class _MihPersonalHomeState extends State<MihPersonalHome>
|
|||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
'/package-dev',
|
||||
//arguments: widget.signedInUser,
|
||||
arguments: widget.signedInUser,
|
||||
);
|
||||
},
|
||||
appName: "Test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue