diff --git a/src/content/platform-integration/android/sensitive-content.md b/src/content/platform-integration/android/sensitive-content.md index f09e90ddd4..f2ba5fbbdb 100644 --- a/src/content/platform-integration/android/sensitive-content.md +++ b/src/content/platform-integration/android/sensitive-content.md @@ -47,7 +47,7 @@ class MyWidget extends StatelessWidget { } ``` -When running on Android API 34 and below, the screen will not been obscured +When running on Android API 34 and below, the screen will not be obscured during media projection. The widget will exist in the tree but has no other effect, and you do not need to avoid usages of `SensitiveContent` on platforms that do not support this feature. diff --git a/src/content/release/archive-whats-new.md b/src/content/release/archive-whats-new.md index 80e886b603..8a0e3f19f1 100644 --- a/src/content/release/archive-whats-new.md +++ b/src/content/release/archive-whats-new.md @@ -5,13 +5,46 @@ description: >- and related documentation sites. --- -This page contains of archived announcements of +This page contains archived announcements of what's new on the Flutter website and blog. For information on the latest releases, check out the [current what's new][] page. [current what's new]: /release/whats-new +## 12 February 2025: 3.29 release + +Flutter 3.29 is live! For more information, +check out the [Flutter 3.29 technical blog post][3.29-tech]. +You might also check out the [Dart 3.7 release][] blog post. + +[3.29-tech]: {{site.medium}}/flutter/whats-new-in-flutter-3-29-f90c380c2317 +[Dart 3.7 release]: {{site.medium}}/dartlang/announcing-dart-3-7-bf864a1b195c + +**Docs updated or added since the 3.27 release** + +* As Flutter evolves, so do its internals. The + [Architectural overview page][] is updated. + +* For those of you coming from Android development + who are familiar with Jetpack Compose, please visit + [Flutter for Jetpack Compose devs][]. + +* A new cookbook recipe is added for testing a + widget's orientation, [Test orientation][]. + +* Also, don't forget to check out the [breaking changes][bc-3.29] + page for this release. That's also where you'll find useful + migration info. + +[Architectural overview page]: /resources/architectural-overview +[bc-3.29]: /release/breaking-changes#released-in-flutter-3-29 +[Dart 3.7 release]: {{site.medium}}/dartlang/announcing-dart-3-7-bf864a1b195c +[Flutter for Jetpack Compose devs]: /get-started/flutter-for/compose-devs +[Test orientation]: /cookbook/testing/widget/orientation + +--- + ## 11 December 2024: 3.27 release Flutter 3.27 is live! For more information, diff --git a/src/content/release/whats-new.md b/src/content/release/whats-new.md index f8ce43dac4..cb4fcac36b 100644 --- a/src/content/release/whats-new.md +++ b/src/content/release/whats-new.md @@ -23,6 +23,52 @@ and review the [Dart changelog][]. [flutter-announce]: {{site.groups}}/forum/#!forum/flutter-announce [release notes]: /release/release-notes +## 13 August 2025: Release 3.35 + +Flutter 3.35 is live! For more information, +check out the [Flutter 3.35 technical blog post][3.35-tech]. +You might also check out the [Dart 3.9 release][] blog post. + +[3.35-tech]: {{site.flutter-medium}}/whats-new-in-flutter-3-35-c58ef72e3766 +[Dart 3.9 release]: {{site.medium}}/dartlang/announcing-dart-3-9-ba49e8f38298 + +**Docs updated or added since the 3.32 release** + +* Hot reload is now available on the web and no longer + requires an experimental flag. For more information, + check out [hot reload][]. + +* There is a new [Create with AI][] guide which covers + how you can leverage AI tools like Gemini Code Assist, + GeminiCLI, and the Dart and Flutter MCP Server to build + AI-powered features for your Flutter apps. + +* You can now use the [Flutter Widget Previewer][] guide + to help you view a preview of your Flutter widgets in + Chrome. + +* Each stable release affects which versions of + deployed platforms that Flutter supports. + For more information, visit the updated + [supported platforms][] page. + +* On Android, you can now protect sensitive content, + such as customer information, when you share your screen. + Learn more by visiting [Protect your app's sensitive content][]. + +* Also, don't forget to check out the [breaking changes][bc-3.35] + page for this release. That's also where you'll find useful + migration info. + +[Flutter Widget Previewer]: /tools/widget-previewer +[Create with AI]: /ai/create-with-ai +[bc-3.35]: /release/breaking-changes#released-in-flutter-3-35 +[hot reload]: /tools/hot-reload +[Protect your app's sensitive content]: /platform-integration/android/sensitive-content +[supported platforms]: /reference/supported-platforms + +--- + ## 20 May 2025: Google I/O release 3.32 Flutter 3.32 is live! For more information, @@ -88,39 +134,6 @@ so you might have already noticed some of them: --- -## 12 February 2025: 3.29 release - -Flutter 3.29 is live! For more information, -check out the [Flutter 3.29 technical blog post][3.29-tech]. -You might also check out the [Dart 3.7 release][] blog post. - -[3.29-tech]: {{site.medium}}/flutter/whats-new-in-flutter-3-29-f90c380c2317 -[Dart 3.7 release]: {{site.medium}}/dartlang/announcing-dart-3-7-bf864a1b195c - -**Docs updated or added since the 3.27 release** - -* As Flutter evolves, so do its internals. The - [Architectural overview page][] is updated. - -* For those of you coming from Android development - who are familiar with Jetpack Compose, please visit - [Flutter for Jetpack Compose devs][]. - -* A new cookbook recipe is added for testing a - widget's orientation, [Test orientation][]. - -* Also, don't forget to check out the [breaking changes][bc-3.29] - page for this release. That's also where you'll find useful - migration info. - -[Architectural overview page]: /resources/architectural-overview -[bc-3.29]: /release/breaking-changes#released-in-flutter-3-29 -[Dart 3.7 release]: {{site.medium}}/dartlang/announcing-dart-3-7-bf864a1b195c -[Flutter for Jetpack Compose devs]: /get-started/flutter-for/compose-devs -[Test orientation]: /cookbook/testing/widget/orientation - ---- - For past releases, check out the [What's new archive][] page.