Commit 89044a0e authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Link to the widget catalog from the dartdocs (#9743)

Fixes https://github.com/flutter/flutter/issues/7988
parent 30d47369
...@@ -6,9 +6,12 @@ ...@@ -6,9 +6,12 @@
/// ///
/// To use, import `package:flutter/material.dart`. /// To use, import `package:flutter/material.dart`.
/// ///
/// See /// See also:
/// [material.google.com](https://material.google.com/) ///
/// for an introduction to Material Design. /// * [flutter.io/widgets](https://flutter.io/widgets/)
/// for a catalog of commonly-used Flutter widgets.
/// * [material.google.com](https://material.google.com/)
/// for an introduction to Material Design.
library material; library material;
export 'src/material/about.dart'; export 'src/material/about.dart';
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
/// The Flutter widgets framework. /// The Flutter widgets framework.
/// ///
/// To use, import `package:flutter/widgets.dart`. /// To use, import `package:flutter/widgets.dart`.
///
/// See also:
///
/// * [flutter.io/widgets](https://flutter.io/widgets/)
/// for a catalog of commonly-used Flutter widgets.
library widgets; library widgets;
export 'package:vector_math/vector_math_64.dart' show Matrix4; export 'package:vector_math/vector_math_64.dart' show Matrix4;
......
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