Hacker News new | ask | show | jobs
by mrbombastic 1288 days ago
I don’t work in flutter but I wouldn’t be surprised, having worked in react-native, if there isn’t a massive amount of native deps under the hood that have to be rebuilt often that are slowing things down more than your typical entirely native app. I’d look into fastlane and automating your uploads outside xcode it is not too bad to write a script to do this for you.
1 comments

Yeah I tried fastlane but unfortunately it did not work, I'm still keeping a macbook in a box for releasing in the mean time.