[cupertino_icons] Update package metadata

Updates metadata to point to the new source location.
This commit is contained in:
Stuart Morgan
2021-04-30 16:26:12 -04:00
parent 856b3c9493
commit f195e9b7f9
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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).

View File

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