From b8391ce38bc5e5c7bf1584d002593f90eb6d75c7 Mon Sep 17 00:00:00 2001 From: vjrj Date: Wed, 27 Jun 2018 10:37:05 +0200 Subject: [PATCH] Wizard id --- lib/firesApp.dart | 2 +- lib/introPage.dart | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/firesApp.dart b/lib/firesApp.dart index a4faf70..e6eaac9 100644 --- a/lib/firesApp.dart +++ b/lib/firesApp.dart @@ -35,7 +35,7 @@ class FiresApp extends StatelessWidget { localeResolutionCallback: S.delegate.resolution(fallback: new Locale("en", "")), home: new MaterialAppWithIntroHome( - introWidget, continueWidget, 'showInitialWizard234'), + introWidget, continueWidget, 'showInitialWizard-2018-06-27-01'), onGenerateTitle: (context) => S.of(context).appName, theme: firesTheme, routes: routes); diff --git a/lib/introPage.dart b/lib/introPage.dart index c5d656c..a528c14 100644 --- a/lib/introPage.dart +++ b/lib/introPage.dart @@ -19,11 +19,6 @@ class IntroPage extends AppIntroPage { title: S.of(context).alertWhenThereIsAFire) ]; - - /* - static final OnIntroFinish onFinish = - (context) => Navigator.pushNamed(context, '/?'); */ - IntroPage({Key key}) : super( items: fireItems,