marcowindt / WiiMoteDSU

Virtual wii mote with DSU/cemuhook server for android and iOS, made with flutter.
MIT License
103 stars 18 forks source link

How to connect WiiMoteDSU to flutter? #98

Open Trung113395 opened 1 year ago

Trung113395 commented 1 year ago

I completely installed flutter in Windows but I don't know how to connect iPhone to flutter. Anyone who can help me pls :(( P/s: I had disabled Private Wi-Fi Address in setting image image image

marcowindt commented 1 year ago

You can, unfortunately, not run this on your physical iPhone using flutter run if you don't have a mac (or at least MacOS) ☹️. It requires Xcode.

Trung113395 commented 1 year ago

I have a mac, but how to run it, can you help me please?

Trung113395 commented 1 year ago

but i don't have xcode, i use vscode :))

marcowindt commented 1 year ago

You don't have to use Xcode. I also use VS Code. However, Xcode comes with build tools as well for compiling iOS apps and Flutter depends on those. In the README I've linked to the getting started guide for Flutter, specifically relevant for you is the iOS setup step.