Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion site/lib/src/style_hash.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// dart format off

/// The generated hash of the `main.css` file.
const generatedStylesHash = 'D1OovaDfTpf7';
const generatedStylesHash = '';
14 changes: 7 additions & 7 deletions src/content/install/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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)
:::

<a id="master-channel" aria-hidden="true"></a>
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/content/learn/learning-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 10 additions & 5 deletions src/content/release/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@
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
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][]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
8 changes: 4 additions & 4 deletions src/content/release/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/data/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ showBanner: true
# Is automatically wrapped in a paragraph tag.
bannerHtml: >-
Flutter 3.41 is live! Check out the
<a href="https://blog.flutter.dev/whats-new-in-flutter-3-41-302ec140e632">Flutter 3.41 blog post!</a>
<a href="https://blog.flutter.dev/whats-new-in-flutter-3-41-302ec140e632">blog post!</a>

branch: main
repo:
Expand Down
Loading