简体   繁体   中英

How To Access Flutter Run Web Server From My Phone

I can create a localhost trough this command:

flutter run --release -d web-server --web-hostname=0.0.0.0 --web-port=3000

But it's only available on my laptop,

How can i get that output in my other devices connected to that same.network..

You can use utilities such as ngrok that will help you access your 'localhost' from the inte.net.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM