Link to location tracking documentation

This commit is contained in:
Yegor Vialov 2019-10-24 19:41:58 +00:00
parent 44165993b4
commit 958f545f65

View File

@ -114,6 +114,18 @@ class _IntegrationSettingsPageState extends State<IntegrationSettingsPage> {
children: <Widget>[ children: <Widget>[
Text("Location tracking", style: TextStyle(fontSize: Sizes.largeFontSize-2)), Text("Location tracking", style: TextStyle(fontSize: Sizes.largeFontSize-2)),
Container(height: Sizes.rowPadding,), Container(height: Sizes.rowPadding,),
InkWell(
onTap: () => Launcher.launchURLInCustomTab(context: context, url: "http://ha-client.homemade.systems/docs#location-tracking"),
child: Text(
"Please read documentation!",
style: TextStyle(
color: Colors.blue,
fontSize: 16,
decoration: TextDecoration.underline
)
),
),
Container(height: Sizes.rowPadding,),
Row( Row(
children: <Widget>[ children: <Widget>[
Text("Enable device location tracking"), Text("Enable device location tracking"),