I am unable to launch a Flutter (Chrome) web app on a public WiFi (train, plane, library, coffee shop, etc).
Can you flutter run
on a public WiFi?
I am unable to launch a Flutter (Chrome) web app on a public WiFi (train, plane, library, coffee shop, etc).
Can you flutter run
on a public WiFi?
3
Answers
As of
this ceased to be an issue. I can
flutter run
on a public WiFi.Update
Now at
it's again a problem, with the error
hence the question is once again open.
See also...
Use your IP
The following may work for you
where the four numbers are your IP.
Other pointers
try to open with the IP address of the wifi on laptop
ex: http://123.456.78.90:(port number given by Flutter)
or use ngrok and access like above
Try to use your IP’s machine, if you don’t know, you can try opening a cmd terminal in windows and type
ipconfig
and get your local IP. Or terminal in linux/mac typeifconfig
and find your local IP