[cupertino_icons] Update README to link to API docs (#508)

This commit is contained in:
Jenn Magder
2021-11-05 15:27:04 -07:00
committed by GitHub
parent 56abf3c87a
commit 2cbc815b90
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,6 @@
## 1.0.4
* Update README to link to API docs.
## 1.0.3
* Source moved to flutter/packages.

View File

@ -20,8 +20,9 @@ For issues, file directly in the [main Flutter repo](https://github.com/flutter/
# Icons
[![icon gallery preview](gallery_preview_1.0.0.png)](https://flutter.github.io/cupertino_icons)
[![icon gallery preview](gallery_preview_1.0.0.png)](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).

View File

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