Home > Enterprise >  how to run flutter project via smartphone hotspot
how to run flutter project via smartphone hotspot

Time:11-14

now i have 1 smartphone and 1 laptop and there is no wifi access here, can i run my flutter project through my smartphone hotspot. just like companion on kodular

note: I don't use a USB cable for some reason

CodePudding user response:

You can use Wifi AVD plugin to debug your application wirelessly but you have to connect your device via USB for the first time.

CodePudding user response:

Please check this out. You can use wireless adb connection https://developer.android.com/studio/command-line/adb

  • Related