We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
material
1 parent 2f85571 commit 332c22fCopy full SHA for 332c22f
packages/flutter/lib/material.dart
@@ -10,10 +10,14 @@
10
///
11
/// See also:
12
13
-/// * [flutter.dev/widgets](https://flutter.dev/widgets/)
14
-/// 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.
15
/// * [material.io/design](https://material.io/design/)
16
/// for an introduction to Material Design.
17
+/// * [material.io/components](https://material.io/components?platform=flutter)
18
+/// for the Material 2 specification.
19
+/// * [m3.material.io](https://m3.material.io)
20
+/// for the Material 3 specification.
21
library material;
22
23
export 'src/material/about.dart';
0 commit comments