Add whats new manu item

This commit is contained in:
Yegor Vialov
2020-04-03 13:29:02 +00:00
parent 7625099d74
commit f6ab20c6e8

View File

@ -442,6 +442,13 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
Launcher.launchURL("https://spectrum.chat/ha-client"); 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( new AboutListTile(
aboutBoxChildren: <Widget>[ aboutBoxChildren: <Widget>[
GestureDetector( GestureDetector(