Force-sync your Flutter and iOS versions

While iOS app distribution can already be a challenge on its own, Flutter is a black box wrapping around that to add an extra level of undocumented pain. Just like regular iOS development, we can apply Fastlane to automate our app distribution pipeline, but there’s plenty of unexpected hiccups that happen along the way. Flutter being a cross-platform development solution however, it tries to abstract away differences in the platforms at the cost of some black magic....