FireAlerts (wip)
This commit is contained in:
parent
acf95b699d
commit
6d9ad379c4
11 changed files with 133 additions and 38 deletions
|
|
@ -13,6 +13,7 @@ import 'redux/actions.dart';
|
|||
import 'sandbox.dart';
|
||||
import 'theme.dart';
|
||||
import 'privacyPage.dart';
|
||||
import 'fireAlert.dart';
|
||||
|
||||
class FiresApp extends StatelessWidget {
|
||||
static final WidgetBuilder introWidget = (context) => new IntroPage();
|
||||
|
|
@ -24,6 +25,7 @@ class FiresApp extends StatelessWidget {
|
|||
PrivacyPage.routeName: (BuildContext context) => new PrivacyPage(context),
|
||||
ActiveFiresPage.routeName: (BuildContext context) => new ActiveFiresPage(),
|
||||
Sandbox.routeName: (BuildContext context) => new Sandbox(),
|
||||
FireAlert.routeName: (BuildContext context) => new FireAlert()
|
||||
};
|
||||
|
||||
final Store<AppState> store;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue