Skip to content

Flutter doesn't follow semantic versioning #12108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/content/install/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ 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.0.0, 2.10.5). Flutter doesn't follow semantic versioning.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Is there any preference how to link to the document? Permalink, non-permalink?

Copy link
Contributor

@sfshaza2 sfshaza2 Jun 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A permanent link, @ueman. The actual link would be:

{{site.github}}/flutter/flutter/blob/main/docs/releases/Release-versioning.md

(In general, we use "main" links instead of "master".)

* **Architecture**: The processor architecture the SDK is built for
(for example, x64, arm64). This specifies the type of processor the SDK is
compatible with.
Expand Down