From aacf36578dc90a6a7ab2179790e854e3ac3ad225 Mon Sep 17 00:00:00 2001 From: "Shams Zakhour (ignore Sfshaza)" Date: Mon, 15 Sep 2025 13:08:27 -0700 Subject: [PATCH 1/2] Fix definition of Flutter SDK's versioning system --- src/content/get-started/flutter-for/react-native-devs.md | 6 +++--- src/content/install/archive.md | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/content/get-started/flutter-for/react-native-devs.md b/src/content/get-started/flutter-for/react-native-devs.md index 2440ac441a..6e1a5df1ed 100644 --- a/src/content/get-started/flutter-for/react-native-devs.md +++ b/src/content/get-started/flutter-for/react-native-devs.md @@ -1863,9 +1863,9 @@ The gesture system in Flutter has two separate layers. The first layer includes raw pointer events, which describe the location and movement of pointers, (such as touches, mice, and styli movements), across the screen. -The second layer includes gestures, -which describe semantic actions -that consist of one or more pointer movements. +The second layer includes gestures +that describe semantic actions +and consist of one or more pointer movements. ### How do I add a click or press listeners to a widget? diff --git a/src/content/install/archive.md b/src/content/install/archive.md index 1e0fe7e990..cce73d5715 100644 --- a/src/content/install/archive.md +++ b/src/content/install/archive.md @@ -34,8 +34,9 @@ The following information is available for each Flutter release in the SDK archive: * **Flutter version**: The version number of the Flutter SDK - (for example, 3.0.0, 2.10.5). This follows semantic versioning, indicating - the significance of changes between releases. + (for example, 3.35.0, 2.10.5) follows a modified + [calendar versioning][] scheme called _CalVer_. + For more information, visit the [Flutter SDK versioning][] page. * **Architecture**: The processor architecture the SDK is built for (for example, x64, arm64). This specifies the type of processor the SDK is compatible with. @@ -49,6 +50,10 @@ SDK archive: SDK, potentially including information about security attestations or build systems used. Results are returned as JSON. +[calendar versioning]: https://calver.org/ +[Flutter SDK versioning]: +{{site.repo.flutter}}/flutter/blob/main/docs/releases/Release-versioning.md + ## Stable channel {% tabs "os-archive-tabs" %} From f6c990b8418be9c09be74a49dcdf9ca8f1bcc2a5 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Tue, 16 Sep 2025 12:19:41 -0500 Subject: [PATCH 2/2] Fix link definition with duplicate /flutter --- src/content/install/archive.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/install/archive.md b/src/content/install/archive.md index cce73d5715..9073ae6bce 100644 --- a/src/content/install/archive.md +++ b/src/content/install/archive.md @@ -51,8 +51,7 @@ SDK archive: build systems used. Results are returned as JSON. [calendar versioning]: https://calver.org/ -[Flutter SDK versioning]: -{{site.repo.flutter}}/flutter/blob/main/docs/releases/Release-versioning.md +[Flutter SDK versioning]: {{site.repo.flutter}}/blob/main/docs/releases/Release-versioning.md ## Stable channel