提交 df631cb5 编写于 作者: B Brenton Simpson

Fix link to colors.dart in style-guide

上级 c82bddca
......@@ -267,7 +267,7 @@ If a package uses, as part of its exposed API, types that it imports from a lowe
By convention, `dart:ui` is always imported using `import 'dart:ui' as ui;`. Other Flutter packages are imported undecorated.
As a general rule, when you have a lot of constants, wrap them in a class. For examples of this, see [lib/src/material/colors.dart](https://github.com/flutter/engine/blob/master/sky/packages/sky/lib/src/material/colors.dart)
As a general rule, when you have a lot of constants, wrap them in a class. For examples of this, see [lib/src/material/colors.dart](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/colors.dart)
C++
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册