From 332c22f3912be26e6adf9c0908f6d469495e6010 Mon Sep 17 00:00:00 2001 From: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> Date: Thu, 26 May 2022 08:56:35 +0200 Subject: [PATCH] Update links to `material` library docs (#104392) * Update links to `material` library docs * outsmart bot heuristics --- packages/flutter/lib/material.dart | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/material.dart b/packages/flutter/lib/material.dart index 0cc406bec6b6..256d82da9b24 100644 --- a/packages/flutter/lib/material.dart +++ b/packages/flutter/lib/material.dart @@ -10,10 +10,14 @@ /// /// See also: /// -/// * [flutter.dev/widgets](https://flutter.dev/widgets/) -/// for a catalog of commonly-used Flutter widgets. +/// * [flutter.dev/widgets/material](https://flutter.dev/widgets/material) +/// for a catalog of commonly-used Material component widgets. /// * [material.io/design](https://material.io/design/) /// for an introduction to Material Design. +/// * [material.io/components](https://material.io/components?platform=flutter) +/// for the Material 2 specification. +/// * [m3.material.io](https://m3.material.io) +/// for the Material 3 specification. library material; export 'src/material/about.dart';