Skip to content

Commit

Permalink
[cupertino_icons] Update README to link to API docs (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman authored Nov 5, 2021
1 parent 56abf3c commit 2cbc815
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions third_party/packages/cupertino_icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.4
* Update README to link to API docs.

## 1.0.3
* Source moved to flutter/packages.

Expand Down
7 changes: 4 additions & 3 deletions third_party/packages/cupertino_icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion third_party/packages/cupertino_icons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2cbc815

Please sign in to comment.