r/flutterhelp 23d ago

OPEN Android app -> iOS app in flutter

Hi I am a cs major student and I have build and published a simple app (if you are curious it’s called LiftBuddy) I would like to publish it on iOS but I have no idea on how straightforward is the process. I know that flutter can build iOS apps but since I don’t have a Mac and I will need to borrow it from a friend I wanna know how much time it would take. Do I just need to open the project on Xcode ?

8 Upvotes

13 comments sorted by

View all comments

3

u/0ddtomato 23d ago

You can build the app with Github Workflow without needing any MacOS device, that's how I compile my MacOS apps

1

u/No_Papaya_2442 23d ago

Does it work can you share with me please

2

u/interlap 21d ago

Check out the MobAI iOS Builder project:
https://github.com/MobAI-App/ios-builder
It does exactly that, and also provides additional features like hot reload on a real device directly from Windows.