Skip to content

Commit

Permalink
Update links to material library docs (#104392)
Browse files Browse the repository at this point in the history
* Update links to `material` library docs

* outsmart bot heuristics
  • Loading branch information
guidezpl authored May 26, 2022
1 parent 2f85571 commit 332c22f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/flutter/lib/material.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 332c22f

Please sign in to comment.