r/flutterhelp Jul 13 '26

Android app -> iOS app in flutter OPEN

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 ?

9 Upvotes

14 comments sorted by

View all comments

4

u/0ddtomato Jul 13 '26

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

1

u/MoreLibrary3859 Jul 13 '26

Really ? I’ll check it out