Wizard id
This commit is contained in:
parent
c2d12e7b7f
commit
b8391ce38b
2 changed files with 1 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ class FiresApp extends StatelessWidget {
|
||||||
localeResolutionCallback:
|
localeResolutionCallback:
|
||||||
S.delegate.resolution(fallback: new Locale("en", "")),
|
S.delegate.resolution(fallback: new Locale("en", "")),
|
||||||
home: new MaterialAppWithIntroHome(
|
home: new MaterialAppWithIntroHome(
|
||||||
introWidget, continueWidget, 'showInitialWizard234'),
|
introWidget, continueWidget, 'showInitialWizard-2018-06-27-01'),
|
||||||
onGenerateTitle: (context) => S.of(context).appName,
|
onGenerateTitle: (context) => S.of(context).appName,
|
||||||
theme: firesTheme,
|
theme: firesTheme,
|
||||||
routes: routes);
|
routes: routes);
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,6 @@ class IntroPage extends AppIntroPage {
|
||||||
title: S.of(context).alertWhenThereIsAFire)
|
title: S.of(context).alertWhenThereIsAFire)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
static final OnIntroFinish onFinish =
|
|
||||||
(context) => Navigator.pushNamed(context, '/?'); */
|
|
||||||
|
|
||||||
IntroPage({Key key})
|
IntroPage({Key key})
|
||||||
: super(
|
: super(
|
||||||
items: fireItems,
|
items: fireItems,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue