mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 23:03:11 +08:00
[cupertino_icons] Update README to link to API docs (#508)
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
## 1.0.4
|
||||
* Update README to link to API docs.
|
||||
|
||||
## 1.0.3
|
||||
* Source moved to flutter/packages.
|
||||
|
||||
|
@ -20,8 +20,9 @@ For issues, file directly in the [main Flutter repo](https://github.com/flutter/
|
||||
|
||||
# Icons
|
||||
|
||||
[](https://flutter.github.io/cupertino_icons)
|
||||
[](https://api.flutter.dev/flutter/cupertino/CupertinoIcons-class.html)
|
||||
|
||||
For versions 1.0.0 and above (available only on Flutter SDK versions 1.22+), see the [Cupertino Icons Gallery](https://flutter.github.io/cupertino_icons).
|
||||
For a list of all icons, see
|
||||
[`CupertinoIcons` class documentation constants](https://api.flutter.dev/flutter/cupertino/CupertinoIcons-class.html#constants).
|
||||
|
||||
For versions 0.1.3 and below, see this [glyph map](https://raw.githubusercontent.com/flutter/cupertino_icons/master/map.png).
|
||||
For versions 0.1.3 and below, see this [glyph map](https://raw.githubusercontent.com/flutter/packages/master/third_party/packages/cupertino_icons/map.png).
|
||||
|
@ -3,7 +3,7 @@ name: cupertino_icons
|
||||
description: Default icons asset for Cupertino widgets based on Apple styled icons
|
||||
repository: https://github.com/flutter/packages/tree/master/third_party/packages/cupertino_icons
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cupertino_icons%22
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
Reference in New Issue
Block a user