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

Fixes https://github.com/flutter/flutter/issues/7988
This commit is contained in:
Ian Hickson 2017-05-03 09:20:47 -07:00 committed by GitHub
parent 30d4736900
commit 89044a0e9e
2 changed files with 11 additions and 3 deletions

View File

@ -6,8 +6,11 @@
/// ///
/// To use, import `package:flutter/material.dart`. /// To use, import `package:flutter/material.dart`.
/// ///
/// See /// See also:
/// [material.google.com](https://material.google.com/) ///
/// * [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. /// for an introduction to Material Design.
library material; library material;

View File

@ -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;