Skip to content

Commit 3e02d40

Browse files
Added better documentation to find the pub package (flutter#3)
Added better documentation to find the pub package on pub.dev
1 parent d5e7cb0 commit 3e02d40

File tree

1 file changed

+12
-0
lines changed
  • third_party/packages/cupertino_icons

1 file changed

+12
-0
lines changed

third_party/packages/cupertino_icons/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
This is an asset repo containing the default set of icon assets used by
44
Flutter's [Cupertino widgets](https://github.com/flutter/flutter/tree/master/packages/flutter/lib/src/cupertino).
55

6+
# Usage
7+
8+
https://pub.dev/packages/cupertino_icons
9+
10+
[![pub package](https://img.shields.io/pub/v/cupertino_icons.svg)](https://pub.dev/packages/cupertino_icons)
11+
12+
```
13+
dependencies:
14+
cupertino_icons: ^<latest-version>
15+
```
16+
17+
618
# Issues
719

820
For issues, file directly in the [main Flutter repo](https://github.com/flutter/flutter).

0 commit comments

Comments
 (0)