fix ios icon & fix ios navigation bug
This commit is contained in:
parent
17f7f3287d
commit
2be2f69f30
101 changed files with 153 additions and 143 deletions
|
|
@ -19,7 +19,7 @@ class _MihCalculatorTileState extends State<MihCalculatorTile> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageTile(
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
context.pushNamed(
|
||||
"mihCalculator",
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue