Skip to content

Commit 4c42168

Browse files
khanhnwinsfshaza2
andauthored
Remove iOS & Android video from index (#12243)
_Description of what this PR is changing or adding, and why:_ _Issues fixed by this PR (if any):_ _PRs or commits this PR depends on (if any):_ ## Presubmit checklist - [ ] If you are unwilling, or unable, to sign the CLA, even for a _tiny_, one-word PR, please file an issue instead of a PR. - [ ] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [ ] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style)—for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person pronouns). - [ ] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. --------- Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
1 parent cf5cc2e commit 4c42168

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

src/content/get-started/learn-flutter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: Resources to help you learn Flutter.
44
toc: false
55
---
66

7+
{% ytEmbed 'W4JWeQolJsU', 'Build and ship amazing multiplatform iOS and Android apps with one codebase', true %}
8+
79
## For new Flutter developers
810

911
If you're brand new to Flutter,
@@ -26,8 +28,6 @@ in order:
2628
through some of the most important pieces of
2729
building Flutter applications.
2830

29-
{% ytEmbed 'W4JWeQolJsU', 'Build and ship amazing multiplatform iOS and Android apps with one codebase' %}
30-
3131
## Apply your existing knowledge
3232

3333
* [Flutter for Android developers][]

src/content/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ see [What's new][].**
2929
Ready to build beautiful, multiplatform apps from a single codebase?
3030
This video walks you through the fundamentals of Flutter and shows you how to get started.
3131

32-
{% videoWrapper 'Build and ship amazing multiplatform iOS and Android apps with one codebase' %}
33-
{% ytEmbed 'W4JWeQolJsU', 'Build and ship amazing multiplatform iOS and Android apps with one codebase' %}
34-
{% endvideoWrapper %}
35-
3632
Once you've [Set up Flutter][],
3733
you should follow the
3834
[Write your first Flutter app][] codelab
@@ -80,7 +76,7 @@ Coming from another platform? Check out Flutter for:
8076
### Videos
8177

8278
{% videoWrapper 'Check out what\'s new in Flutter at Google I/O 2025!' %}
83-
{% ytEmbed 'v6Rzo5khNE8', 'What\'s new in Flutter' %}
79+
{% ytEmbed 'v6Rzo5khNE8', 'What\'s new in Flutter', true %}
8480
{% endvideoWrapper %}
8581
<br>
8682

src/content/release/whats-new.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ join the [flutter-announce][] Google group.
1818
For Dart, you can join the [Dart Announce][] Google group,
1919
and review the [Dart changelog][].
2020

21-
{% ytEmbed 'v6Rzo5khNE8', 'What\'s new in Flutter' %}
22-
2321
[Dart Announce]: {{site.groups}}/a/dartlang.org/g/announce
2422
[Dart changelog]: {{site.github}}/dart-lang/sdk/blob/main/CHANGELOG.md
2523
[flutter-announce]: {{site.groups}}/forum/#!forum/flutter-announce

0 commit comments

Comments
 (0)