mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 23:51:55 +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
|
||||
* Vertically center align the glyphs in the .ttf.
|
||||
|
||||
|
@ -14,9 +14,6 @@ dependencies:
|
||||
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
|
||||
|
||||
For issues, file directly in the [main Flutter repo](https://github.com/flutter/flutter).
|
||||
|
@ -1,8 +1,8 @@
|
||||
name: cupertino_icons
|
||||
|
||||
description: Default icons asset for Cupertino widgets based on Apple styled icons
|
||||
homepage: https://github.com/flutter/cupertino_icons
|
||||
version: 1.0.2
|
||||
homepage: https://github.com/flutter/packages/tree/master/third_party/packages/cupertino_icons
|
||||
version: 1.0.3
|
||||
|
||||
flutter:
|
||||
fonts:
|
||||
@ -11,4 +11,4 @@ flutter:
|
||||
- asset: assets/CupertinoIcons.ttf
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0-0 <3.0.0"
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
Reference in New Issue
Block a user