Added fire notify and support page

This commit is contained in:
Vicente J. Ruiz Jurado 2018-07-24 15:11:00 +02:00
parent 6d9ad379c4
commit 5959670f80
7 changed files with 113 additions and 21 deletions

View file

@ -8,6 +8,7 @@ import 'generated/i18n.dart';
import 'package:comunes_flutter/comunes_flutter.dart';
import 'privacyPage.dart';
import 'fireAlert.dart';
import 'supportPage.dart';
class MainDrawer extends Drawer {
MainDrawer(BuildContext context, {key})
@ -69,7 +70,7 @@ Widget mainDrawer(BuildContext context) {
onTap: () {
// Then close the drawer
Navigator.pop(context);
Navigator.pushNamed(context, '/subscriptions');
Navigator.pushNamed(context, SupportPage.routeName);
},
),
new ListTile(