新建项目
flutter create components# wifi adb 查看设备列表
$ adb devices
# muserdeMacBook-Pro:Flutter muser$ adb devices
# List of devices attached
# fd01d3a6 device
$ adb tcpip 5555
#restarting in TCP mode port: 5555
# 手机和PC在同一局域网下,在手机上查看IP地址
$ adb connect 192.168.1.100:5555
# connected to 192.168.1.100:5555
# 连接成功最后更新于