WIP
This commit is contained in:
parent
9f2dc1701d
commit
cc58fd608a
|
@ -184,7 +184,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
||||||
), () async {
|
), () async {
|
||||||
AppState().deleteAll();
|
AppState().deleteAll();
|
||||||
|
|
||||||
context.goNamed(
|
context.pushNamed(
|
||||||
'welcomePage',
|
'welcomePage',
|
||||||
extra: <String, dynamic>{
|
extra: <String, dynamic>{
|
||||||
kTransitionInfoKey: const TransitionInfo(
|
kTransitionInfoKey: const TransitionInfo(
|
||||||
|
|
Loading…
Reference in New Issue