From f6ab20c6e8d0ba307516a27157559d26cc44c8a9 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Fri, 3 Apr 2020 13:29:02 +0000 Subject: [PATCH] Add whats new manu item --- lib/pages/main/main.page.dart | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/pages/main/main.page.dart b/lib/pages/main/main.page.dart index 6c4c01f..77d03ce 100644 --- a/lib/pages/main/main.page.dart +++ b/lib/pages/main/main.page.dart @@ -442,6 +442,13 @@ class _MainPageState extends State with WidgetsBindingObserver, Ticker Launcher.launchURL("https://spectrum.chat/ha-client"); }, ), + new ListTile( + title: Text("What's new?"), + onTap: () { + Navigator.of(context).pop(); + Navigator.of(context).pushNamed('/whats-new'); + } + ), new AboutListTile( aboutBoxChildren: [ GestureDetector(