Skip to content

Add missing Widget of the Week videos to widget API docs - #191070

Merged
auto-submit[bot] merged 19 commits into
masterfrom
fix/191031
Aug 17, 2026
Merged

Add missing Widget of the Week videos to widget API docs#191070
auto-submit[bot] merged 19 commits into
masterfrom
fix/191031

Conversation

@piedcipher

@piedcipherpiedcipher commented Aug 13, 2026

Copy link
Copy Markdown
Member

Add missing Widget of the Week videos to widget API docs.

Screenshot 2026-08-14 at 12 50 04 AM

Audited all 181 videos and added missing ones in the docs.

Fixes#191031

Also check flutter/packages#12468

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

If this change needs to override an active code freeze, provide a comment explaining why. The code freeze workflow can be overridden by code reviewers. See pinned issues for any active code freezes with guidance.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

@piedcipherpiedcipher self-assigned this Aug 13, 2026
@github-actionsgithub-actionsBot added the framework flutter/packages/flutter repository. See also f: labels. label Aug 13, 2026
@github-actionsgithub-actionsBot added the f: scrolling Viewports, list views, slivers, etc. label Aug 13, 2026
@github-actionsgithub-actionsBot added the p: cupertino_ui cupertino_ui package in flutter/packages label Aug 13, 2026
@github-actions

Copy link
Copy Markdown

This pull request contains changes to Material or Cupertino, which are currently frozen in this repository.

Changes should be made in material_ui and/or cupertino_ui in the flutter/packages repository.

Please refer to #188444 for instructions.

@github-actionsgithub-actionsBot added the p: material_ui material_ui package in flutter/packages label Aug 13, 2026
@piedcipher
piedcipher marked this pull request as ready for review August 13, 2026 19:21

@gemini-code-assistgemini-code-assistBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request adds YouTube video links to the documentation of various Flutter widgets, including CupertinoSliverNavigationBar, CarouselView, SearchAnchor, SearchBar, SegmentedButton, SliverToBoxAdapter, SliverSemantics, Expansible, Magnifier, NestedScrollView, OverlayPortal, and SliverFillRemaining. It also includes a minor formatting improvement to the RawImage class. A review comment identifies that the YouTube link added to the Expansible widget documentation is incorrect and should be updated to point to the appropriate resource.

Comment threadpackages/flutter/lib/src/widgets/expansible.dart
@Piinks

Copy link
Copy Markdown
Contributor

The changes in widgets/ can stay here. For cupertino and material, they can head on over to material_ui and cupertino_ui in flutter/packages.


/// An iOS-styled navigation bar with iOS-11-style large titles using slivers.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=xiTuAwvKxBY}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for your contribution!
Per #191070 (comment) the changes to packages/flutter/lib/src/cupertino and packages/flutter/lib/src/material will instead need to be made in https://github.com/flutter/packages for cupertino_ui and material_ui. Could you revert the changes and we'll review the just the widgets additions?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

thanks for the review!

done

@github-actionsgithub-actionsBot removed p: material_ui material_ui package in flutter/packages p: cupertino_ui cupertino_ui package in flutter/packages labels Aug 13, 2026
@piedcipher

Copy link
Copy Markdown
MemberAuthor

The changes in widgets/ can stay here. For cupertino and material, they can head on over to material_ui and cupertino_ui in flutter/packages.

thanks for the review!

done

@PiinksPiinks left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@PiinksPiinks added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 17, 2026
@auto-submit
auto-submitBot added this pull request to the merge queueAug 17, 2026
Merged via the queue into master with commit 65564e6Aug 17, 2026
34 checks passed
@auto-submit
auto-submitBot deleted the fix/191031 branch August 17, 2026 18:35
@flutter-dashboardflutter-dashboardBot removed the autosubmit Merge PR when tree becomes green via auto submit App label Aug 17, 2026
auto-submitBot pushed a commit to flutter/packages that referenced this pull request Aug 20, 2026
… widget API docs (#12468)
Add missing Widget of the Week videos to widget API docs.
<img width="1512" height="982" alt="Screenshot 2026-08-14 at 12 50 04 AM" src="https://github.com/user-attachments/assets/b3a2072e-4b4d-4ad7-baa7-50baf9aeed15" />
Audited all [181](https://www.youtube.com/playlist?list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG) videos and added missing ones in the docs.
Fixes github.com/flutter/flutter/issues/191031
Also check flutter/flutter#191070
## Pre-Review Checklist
**Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.
[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICDRun CI/CDf: scrollingViewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing Widget of the Week videos to widget API docs

4 participants

@piedcipher@Piinks@jmagman@victorsanni