Flutter iOS Wireless Debugging Is Awesome

preview_player
Показать описание
Somethign something cable is gone, and now we are happy

Want to support me?

····················································································
You can find me on:
····················································································

Рекомендации по теме
Комментарии
Автор

They should have brought it up very early

DAB
Автор

Thanks for sharing! Glad you're back to youtube

pedrosantos
Автор

I am glad to see you back! I thought if you left YouTube😀

tayabfarooq
Автор

THANKS BRO...VERY GOOD PLEASE CONTINUED

poncewilmer
Автор

can we connect our ios device wirelesly using vs code on windows?

chaitanyadeshmukh
Автор

That's very cool, didn't know about this feature!

mikopiko
Автор

That’s nice. It is the way I programmed in Expo/ReactNative as well and I really thought it would be great if flutter could do that, and finally this time is coming.

hyungtaecf
Автор

"not gonna show how to set it up" That is literally why we are here.

irontildeath
Автор

On android is almost similar on any version of flutter

rsajdok
Автор

but you need a cable to connect the iPhone to the mac so that Xcode will recognize the device in the first place - is that correct?

davidfield
Автор

1) Is macOs necessary for this? 2) Do you have to set the phone up in order for it to work like this?

brawlboy
Автор

I tried it, but it's too slow when install and run by "flutter run".

papangping
Автор

Why just on ios? Can i do that on android too?

BBFTW
Автор

does it support to Android also? it's amazing

mfirmanakbar
Автор

For Android lower than 11, the experience is quite bad: constant disconnects and need to replug and adb connect. With this change, my old iPhone is my main dev device now. Thanks Flutter team!

PS: I made (smash together SO answers) a shell function to connect to USB device via adb with a one liner.

android () {
PORT=5555
ANDROID_IP=`adb shell ip addr show wlan0 | grep 'inet ' | cut -d ' ' -f 6 | cut -d / -f 1`
adb tcpip $PORT
adb connect $ANDROID_IP:$PORT
}

You plug the android phone, type android and a shell, and *most of the times* it connects to it perfectly. You need to grant permission the first time tho.

xBugzilla
Автор

Bro hates Cables, using internet based on cables 😅

chaitanyadamarasingu
Автор

nice, when we 'll have it for android?

firasnizam
Автор

I even cant start debug the defalut app created by flutter on a 2015 mac air with macos 12.

But I can run` flutter install` let it installed on the phone😂.

toknsittoknsit
Автор

what's the essence of this video if you can't show how to setup the debug

flutterwhiz
Автор

Needs Apple Developer License account?

robertmrobo