From 7697cdd74281332827cb81bb9616ad4baf5acf8f Mon Sep 17 00:00:00 2001 From: Kevin Lamenzo Date: Tue, 4 Aug 2026 03:56:51 +0000 Subject: [PATCH 1/2] docs: add previous versions guidance to supported platforms page --- .../src/content/reference/supported-platforms.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sites/docs/src/content/reference/supported-platforms.md b/sites/docs/src/content/reference/supported-platforms.md index f4e0c858af..62b486604d 100644 --- a/sites/docs/src/content/reference/supported-platforms.md +++ b/sites/docs/src/content/reference/supported-platforms.md @@ -129,3 +129,17 @@ Flutter supports deploying to the following platforms. deploy-to-link="/deployment/web" /> + +## Previous Flutter versions + +For more information about support for previous versions of Flutter, +see the following resources: + +* [Flutter SDK release notes][]. + Find breaking changes and support updates listed by release. +* [Supported platforms page history][supported-platforms-history]. + To see historical support matrices, + view previous versions of this page. + +[Flutter SDK release notes]: /release/release-notes +[supported-platforms-history]: {{site.repo.this}}/commits/main/sites/docs/src/content/reference/supported-platforms.md From cc6d53f6fa96f1687be1acf7619b6cc20242390d Mon Sep 17 00:00:00 2001 From: Kevin Lamenzo Date: Tue, 4 Aug 2026 08:43:36 -0700 Subject: [PATCH 2/2] Update sites/docs/src/content/reference/supported-platforms.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- sites/docs/src/content/reference/supported-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/reference/supported-platforms.md b/sites/docs/src/content/reference/supported-platforms.md index 62b486604d..2f0f39d76e 100644 --- a/sites/docs/src/content/reference/supported-platforms.md +++ b/sites/docs/src/content/reference/supported-platforms.md @@ -132,7 +132,7 @@ Flutter supports deploying to the following platforms. ## Previous Flutter versions -For more information about support for previous versions of Flutter, +To learn about support for previous versions of Flutter, see the following resources: * [Flutter SDK release notes][].