diff --git a/site/lib/src/style_hash.dart b/site/lib/src/style_hash.dart index 0a86c7f940d..ce114383cc9 100644 --- a/site/lib/src/style_hash.dart +++ b/site/lib/src/style_hash.dart @@ -2,4 +2,4 @@ // dart format off /// The generated hash of the `main.css` file. -const generatedStylesHash = 'D1OovaDfTpf7'; +const generatedStylesHash = ''; diff --git a/src/content/install/archive.md b/src/content/install/archive.md index 4db525ea6b2..12902a7b387 100644 --- a/src/content/install/archive.md +++ b/src/content/install/archive.md @@ -75,10 +75,10 @@ guarantee inclusion in the next stable release. | Flutter version | Release target | Branch cutoff date | |-----------------|----------------|--------------------| -| Flutter 3.41 | February, 2026 | 06 January | -| Flutter 3.44 | May, 2026 | 07 April | -| Flutter 3.47 | August, 2026 | 07 July | -| Flutter 3.50 | November, 2026 | 06 October | +| Flutter 3.41 | February, 2026 | 2026-01-06 | +| Flutter 3.44 | May, 2026 | 2026-04-07 | +| Flutter 3.47 | August, 2026 | 2026-07-07 | +| Flutter 3.50 | November, 2026 | 2026-10-06 | {:.table} @@ -120,7 +120,7 @@ To see what's changed in a beta release, compare the version tags on GitHub. 3. Go to the [GitHub compare page](https://github.com/flutter/flutter/compare). 4. Select the older tag for the `base` field and the newer tag for the `compare` field. -For example: [flutter/flutter@3.38.0-0.1.pre...3.38.0-0.2.pre](https://github.com/flutter/flutter/compare/3.38.0-0.1.pre...3.38.0-0.2.pre) +For example: [`flutter/flutter@3.38.0-0.1.pre...3.38.0-0.2.pre`](https://github.com/flutter/flutter/compare/3.38.0-0.1.pre...3.38.0-0.2.pre) ::: @@ -130,8 +130,8 @@ For example: [flutter/flutter@3.38.0-0.1.pre...3.38.0-0.2.pre](https://github.co [Installation bundles][] are not available for the `main` channel (which was previously known as the `master` channel). However, you can get the SDK directly from -[GitHub repo][] by cloning the main channel, -and then triggering a download of the SDK dependencies: +[GitHub repo][] by cloning the `main` channel and then +triggering a download of the SDK dependencies: ```console $ git clone -b main https://github.com/flutter/flutter.git diff --git a/src/content/learn/learning-resources.md b/src/content/learn/learning-resources.md index 86bf6242cd4..9d0e58552a7 100644 --- a/src/content/learn/learning-resources.md +++ b/src/content/learn/learning-resources.md @@ -2,7 +2,6 @@ title: Flutter learning resources description: A catalog of Flutter tutorials, sample code, workshops, and recipes. shortTitle: Learning resources -permalink: /learn/learning-resources showBreadcrumbs: false bodyClass: wide-site-content showToc: false diff --git a/src/content/release/release-notes/index.md b/src/content/release/release-notes/index.md index 1755818869e..6564de5ae1d 100644 --- a/src/content/release/release-notes/index.md +++ b/src/content/release/release-notes/index.md @@ -2,6 +2,7 @@ title: Flutter release notes shortTitle: Release notes description: Release notes for Flutter for prior releases. +showToc: false --- This page links to announcements and release notes for @@ -9,12 +10,18 @@ releases to the stable channel. :::note For information about bug-fix releases, -check out the Flutter [CHANGELOG][]. +check out the Flutter repository [changelog][]. -To see what's changed in beta releases, check out the -[Beta channel](/install/archive#beta-channel) section on the archive page. +To see what's changed in beta releases, follow the steps +outlined in the [Beta channel][] section of the [SDK archive][] page. ::: +[changelog]: {{site.repo.flutter}}/blob/stable/CHANGELOG.md +[Beta channel]: /install/archive#beta-channel +[SDK archive]: /install/archive + +## Stable releases + * 3.41.0 * [3.41.0 announcement][] * [3.41.0 release notes & change log][] @@ -112,7 +119,6 @@ To see what's changed in beta releases, check out the * Earlier * [Archived release notes][] -[Archived release notes]: /release/release-notes/release-notes-archive [3.41.0 announcement]: {{site.flutter-blog}}/whats-new-in-flutter-3-41-302ec140e632 [3.41.0 release notes & change log]: /release/release-notes/release-notes-3.41.0 [3.41.0 breaking changes & migrations]: /release/breaking-changes#released-in-flutter-3-41 @@ -184,4 +190,3 @@ To see what's changed in beta releases, check out the [1.12.13 announcement]: {{site.flutter-blog}}/announcing-flutter-1-12-what-a-year-22c256ba525d [1.12.13 release notes and change log]: /release/release-notes/release-notes-1.12.13 [Archived release notes]: /release/release-notes/release-notes-archive -[CHANGELOG]: {{site.repo.flutter}}/blob/stable/CHANGELOG.md diff --git a/src/content/release/whats-new.md b/src/content/release/whats-new.md index b202a043f59..f9dd672a83a 100644 --- a/src/content/release/whats-new.md +++ b/src/content/release/whats-new.md @@ -47,12 +47,12 @@ significant changes: a glossary has been added to the Flutter website. Expect to see it grow in the fullness of time. -* As always, check out the [breaking changes][] page, - which includes links to migrations guides and other vital information. +* As always, check out the [breaking changes][bc-3-41] page for this release, + which includes links to migration guides and other vital information. A special thank you to [navaronbracke][], who wrote a migration guide for the [deprecation of the `onReorder` callback][onReorder]. - -[breaking changes]: /release/breaking-changes + +[bc-3-41]: /release/breaking-changes#released-in-flutter-3-41 [docs.flutter.dev]: / [Flutter API docs]: {{site.api}} [fwe]: {{site.flutter-blog}}/announcing-our-new-dart-and-flutter-getting-started-experience-b8c4b2be0984 diff --git a/src/data/site.yml b/src/data/site.yml index d2166685b42..35155d18cc8 100644 --- a/src/data/site.yml +++ b/src/data/site.yml @@ -9,7 +9,7 @@ showBanner: true # Is automatically wrapped in a paragraph tag. bannerHtml: >- Flutter 3.41 is live! Check out the - Flutter 3.41 blog post! + blog post! branch: main repo: