I have created a flutter web application. While selecting a device, I saw options such as chrome and my device. I was able to run the application in both of them. But now, I want to open this web application through the chrome browser on my mobile. How to do it?
Yes you can. Just be sure you are on same LAN network. And then
Just run this in terminal
flutter run -d chrome --web-hostname 0.0.0.0 --web-port 55555
Now check your pc's ip address on Windows : ipconfig on Linux/Mac : ifconfig
and then on mobile browser run
http://your-local-ip(pc-ip):55555
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With