Page URL
https://docs.flutter.dev/deployment/ios#updating-the-apps-deployment-version
Describe the problem
The current documentation contains a section "Updating the app's deployment version" which instructs developers to manually update the MinimumOSVersion in ios/Flutter/AppframeworkInfo.plist. This step is no longer necessary due to recent tooling changes.
Expected fix
Remove the "Updating the app's deployment version" section once flutter/flutter#178253 is in stable.
The build process now dynamically sets the MinimumOSVersion in App.framework/Info.plist based on the deployment target the binary is compiled with, effectively making the build process the single source of truth.
Additional context
Related PR: flutter/flutter#178253
Tracking Issue: flutter/flutter#176313