Unverified Commit 9bf42172 authored by Craig Labenz's avatar Craig Labenz Committed by GitHub

[docs][FWW] DropdownButton, ScaffoldMessenger, and StatefulBuilder links (#100316)

* added dropdown and scaffoldmessenger FWW links

* added StatefulBuilder wotw link

* added Autocomplete FWW link

* removed accidental auto-formatting
parent 7db25c36
...@@ -26,6 +26,8 @@ import 'theme.dart'; ...@@ -26,6 +26,8 @@ import 'theme.dart';
/// ** See code in examples/api/lib/material/autocomplete/autocomplete.1.dart ** /// ** See code in examples/api/lib/material/autocomplete/autocomplete.1.dart **
/// {@end-tool} /// {@end-tool}
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=-Nny8kzW380}
///
/// See also: /// See also:
/// ///
/// * [RawAutocomplete], which is what Autocomplete is built upon, and which /// * [RawAutocomplete], which is what Autocomplete is built upon, and which
......
...@@ -826,6 +826,8 @@ class DropdownButtonHideUnderline extends InheritedWidget { ...@@ -826,6 +826,8 @@ class DropdownButtonHideUnderline extends InheritedWidget {
/// ///
/// Requires one of its ancestors to be a [Material] widget. /// Requires one of its ancestors to be a [Material] widget.
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=ZzQ_PWrFihg}
///
/// See also: /// See also:
/// ///
/// * [DropdownButtonFormField], which integrates with the [Form] widget. /// * [DropdownButtonFormField], which integrates with the [Form] widget.
......
...@@ -84,6 +84,8 @@ enum _ScaffoldSlot { ...@@ -84,6 +84,8 @@ enum _ScaffoldSlot {
/// ** See code in examples/api/lib/material/scaffold/scaffold_messenger.0.dart ** /// ** See code in examples/api/lib/material/scaffold/scaffold_messenger.0.dart **
/// {@end-tool} /// {@end-tool}
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=lytQi-slT5Y}
///
/// See also: /// See also:
/// ///
/// * [SnackBar], which is a temporary notification typically shown near the /// * [SnackBar], which is a temporary notification typically shown near the
......
...@@ -7448,6 +7448,8 @@ typedef StatefulWidgetBuilder = Widget Function(BuildContext context, StateSette ...@@ -7448,6 +7448,8 @@ typedef StatefulWidgetBuilder = Widget Function(BuildContext context, StateSette
/// ///
/// {@tool snippet} /// {@tool snippet}
/// ///
/// {@youtube 560 315 https://www.youtube.com/watch?v=syvT63CosNE}
///
/// This example shows using an inline StatefulBuilder that rebuilds and that /// This example shows using an inline StatefulBuilder that rebuilds and that
/// also has state. /// also has state.
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment