Page URL
https://docs.flutter.dev/reference/supported-platforms
Page source
https://github.com/flutter/website/blob/main/src/content/reference/supported-platforms.md
Describe the problem
Only reflects the latest Flutter release and does not explain how to find platform support for older Flutter versions
Expected fix
Add a link to existing guidance (if available) explaining how to determine the same platform/version support for other Flutter releases or improve the current page to cover other Flutter releases.
Additional context
I ran into this issue after receiving the App Store Connect warning ITMS-90725: “Starting April 2026, all iOS and iPadOS apps must be built with the iOS 26 SDK or later, included in Xcode 26 or later.” After that, I tried to find in Flutter docs what minimum Flutter version supports building with the iOS 26 SDK, but couldn’t find it. The only option I could think of was to manually test different Flutter versions until one works. From the page I can see that 3.38.6 supports SDK 26 but you do not always want to update to the latest supported version. I tried checking the version control history but did not make much progress.
I would like to fix this problem.
Page URL
https://docs.flutter.dev/reference/supported-platforms
Page source
https://github.com/flutter/website/blob/main/src/content/reference/supported-platforms.md
Describe the problem
Only reflects the latest Flutter release and does not explain how to find platform support for older Flutter versions
Expected fix
Add a link to existing guidance (if available) explaining how to determine the same platform/version support for other Flutter releases or improve the current page to cover other Flutter releases.
Additional context
I ran into this issue after receiving the App Store Connect warning ITMS-90725: “Starting April 2026, all iOS and iPadOS apps must be built with the iOS 26 SDK or later, included in Xcode 26 or later.” After that, I tried to find in Flutter docs what minimum Flutter version supports building with the iOS 26 SDK, but couldn’t find it. The only option I could think of was to manually test different Flutter versions until one works. From the page I can see that 3.38.6 supports SDK 26 but you do not always want to update to the latest supported version. I tried checking the version control history but did not make much progress.
I would like to fix this problem.