Dart-code: Are there plans to support Wi-Fi debugging?

Created on 28 Nov 2019  ·  3Comments  ·  Source: Dart-Code/Dart-Code

Are there plans to support Wi-Fi debugging ?

is question

Most helpful comment

This is something that would need to be implemented in Flutter.

For iOS, I believe this is a known issue: https://github.com/flutter/flutter/issues/15072

For Android, I think this is already possible - but you need to have adb listening over the network. Some phones let you do this directly in their developer settings, but others you need to connect to your machine with a cable and then run adb tcpip 5555 (where 5555 is the port you want it to listen on).

Then you should be able to run adb connect <phone ip>:5555 and your device should start showing up in flutter devices, and it should work from VS Code the same way as if it was connected with a cable.

All 3 comments

This is something that would need to be implemented in Flutter.

For iOS, I believe this is a known issue: https://github.com/flutter/flutter/issues/15072

For Android, I think this is already possible - but you need to have adb listening over the network. Some phones let you do this directly in their developer settings, but others you need to connect to your machine with a cable and then run adb tcpip 5555 (where 5555 is the port you want it to listen on).

Then you should be able to run adb connect <phone ip>:5555 and your device should start showing up in flutter devices, and it should work from VS Code the same way as if it was connected with a cable.

Let me know if this doesn't answer the question or anything isn't clear!

Let me know if this doesn't answer the question or anything isn't clear!

thanks for u replay。i understand,but it's hard to me 。。。。

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rgb1380 picture rgb1380  ·  3Comments

DanTup picture DanTup  ·  3Comments

partounian picture partounian  ·  4Comments

Matt-Gleich picture Matt-Gleich  ·  4Comments

CaferPoyrazoglu picture CaferPoyrazoglu  ·  4Comments