WIP #143 Initial not optimized MJPEG streaming

This commit is contained in:
Yegor Vialov
2019-02-08 23:59:33 +02:00
parent 71c0e2caa0
commit 8814687be6
4 changed files with 43 additions and 79 deletions

View File

@ -367,10 +367,10 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
GestureDetector(
onTap: () {
Navigator.of(context).pop();
HAUtils.launchURL("http://www.vynn.co/");
HAUtils.launchURL("http://ha-client.vynn.co/");
},
child: Text(
"www.vynn.co",
"ha-client.vynn.co",
style: TextStyle(
color: Colors.blue,
decoration: TextDecoration.underline