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: 2 additions & 0 deletions packages/cupertino_ui/lib/src/nav_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,8 @@ class _CupertinoNavigationBarState extends State<CupertinoNavigationBar> {

/// An iOS-styled navigation bar with iOS-11-style large titles using slivers.
///
/// Learn more about [CupertinoSliverNavigationBar] on the [Flutter YouTube channel](https://www.youtube.com/watch?v=xiTuAwvKxBY).
///
/// The [CupertinoSliverNavigationBar] must be placed in a sliver group such
/// as the [CustomScrollView].
///
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
changelog: |
- Add missing Widget of the Week videos to widget API docs.
version: next
2 changes: 2 additions & 0 deletions packages/material_ui/lib/src/badge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import 'theme.dart';

/// A Material Design "badge".
///
/// Learn more about [Badge] on the [Flutter YouTube channel](https://www.youtube.com/watch?v=_CIHLJHVoN8).
///
/// A badge's [label] conveys a small amount of information about its
/// [child], like a count or status. If the label is null then this is
/// a "small" badge that's displayed as a [smallSize] diameter filled
Expand Down
2 changes: 2 additions & 0 deletions packages/material_ui/lib/src/carousel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import 'theme.dart';

/// A Material Design carousel widget.
///
/// Learn more about [CarouselView] on the [Flutter YouTube channel](https://www.youtube.com/watch?v=GQ8ajYVF0bo).
///
/// The [CarouselView] presents a scrollable list of items, each of which can dynamically
/// change size based on the chosen layout.
///
Expand Down
4 changes: 4 additions & 0 deletions packages/material_ui/lib/src/search_anchor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ typedef ViewBuilder = Widget Function(Iterable<Widget> suggestions);
/// Manages a "search view" route that allows the user to select one of the
/// suggested completions for a search query.
///
/// Learn more about [SearchAnchor] on the [Flutter YouTube channel](https://www.youtube.com/watch?v=vM2dC8OCZoY).
///
/// The search view's route can either be shown by creating a [SearchController]
/// and then calling [SearchController.openView] or by tapping on an anchor.
/// When the anchor is tapped or [SearchController.openView] is called, the search view either
Expand Down Expand Up @@ -1400,6 +1402,8 @@ class SearchController extends TextEditingController {

/// A Material Design search bar.
///
/// Learn more about [SearchBar] on the [Flutter YouTube channel](https://www.youtube.com/watch?v=vM2dC8OCZoY).
///
/// A [SearchBar] looks like a [TextField]. Tapping a SearchBar typically shows a
/// "search view" route: a route with the search bar at the top and a list of
/// suggested completions for the search bar's text below. [SearchBar]s are
Expand Down
2 changes: 2 additions & 0 deletions packages/material_ui/lib/src/segmented_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class ButtonSegment<T> {

/// A Material button that allows the user to select from limited set of options.
///
/// Learn more about [SegmentedButton] on the [Flutter YouTube channel](https://www.youtube.com/watch?v=Kj6jwKsVC3A).
///
/// Segmented buttons are used to help people select options, switch views, or
/// sort elements. They are typically used in cases where there are only 2-5
/// options.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
changelog: |
- Add missing Widget of the Week videos to widget API docs.
version: next
Loading