FireAlerts (wip)
This commit is contained in:
parent
acf95b699d
commit
6d9ad379c4
11 changed files with 133 additions and 38 deletions
|
|
@ -2,6 +2,7 @@ import 'package:comunes_flutter/comunes_flutter.dart';
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'activeFires.dart';
|
||||
import 'fireAlert.dart';
|
||||
import 'colors.dart';
|
||||
import 'generated/i18n.dart';
|
||||
import 'mainDrawer.dart';
|
||||
|
|
@ -45,7 +46,7 @@ class HomePage extends StatelessWidget {
|
|||
child: FloatingActionButton.extended(
|
||||
elevation: 0.0,
|
||||
onPressed: () {
|
||||
Navigator.pushNamed(context, ActiveFiresPage.routeName);
|
||||
Navigator.pushNamed(context, FireAlert.routeName);
|
||||
},
|
||||
heroTag: 'notifyFire',
|
||||
backgroundColor: fires600,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue