mirror of
https://github.com/flutter/packages.git
synced 2025-07-02 08:34:31 +08:00
[cupertino_icons] Update package metadata
Updates metadata to point to the new source location.
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
## 1.0.3
|
||||||
|
* Source moved to flutter/packages.
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
* Vertically center align the glyphs in the .ttf.
|
* Vertically center align the glyphs in the .ttf.
|
||||||
|
|
||||||
|
@ -14,9 +14,6 @@ dependencies:
|
|||||||
cupertino_icons: ^<latest-version>
|
cupertino_icons: ^<latest-version>
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: you should use version 1.0.0 until Flutter SDK version 1.24 is released or
|
|
||||||
unless you're on the master channel.
|
|
||||||
|
|
||||||
# Issues
|
# Issues
|
||||||
|
|
||||||
For issues, file directly in the [main Flutter repo](https://github.com/flutter/flutter).
|
For issues, file directly in the [main Flutter repo](https://github.com/flutter/flutter).
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
name: cupertino_icons
|
name: cupertino_icons
|
||||||
|
|
||||||
description: Default icons asset for Cupertino widgets based on Apple styled icons
|
description: Default icons asset for Cupertino widgets based on Apple styled icons
|
||||||
homepage: https://github.com/flutter/cupertino_icons
|
homepage: https://github.com/flutter/packages/tree/master/third_party/packages/cupertino_icons
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
fonts:
|
fonts:
|
||||||
@ -11,4 +11,4 @@ flutter:
|
|||||||
- asset: assets/CupertinoIcons.ttf
|
- asset: assets/CupertinoIcons.ttf
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0-0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
Reference in New Issue
Block a user