From f195e9b7f99a48552bfc989bb7792838e93ad56b Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Fri, 30 Apr 2021 16:26:12 -0400 Subject: [PATCH] [cupertino_icons] Update package metadata Updates metadata to point to the new source location. --- third_party/packages/cupertino_icons/CHANGELOG.md | 3 +++ third_party/packages/cupertino_icons/README.md | 3 --- third_party/packages/cupertino_icons/pubspec.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/third_party/packages/cupertino_icons/CHANGELOG.md b/third_party/packages/cupertino_icons/CHANGELOG.md index 6a74a9c1f5..7ef280cd5b 100644 --- a/third_party/packages/cupertino_icons/CHANGELOG.md +++ b/third_party/packages/cupertino_icons/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.3 +* Source moved to flutter/packages. + ## 1.0.2 * Vertically center align the glyphs in the .ttf. diff --git a/third_party/packages/cupertino_icons/README.md b/third_party/packages/cupertino_icons/README.md index e7dc5fc417..4bef5f5c07 100644 --- a/third_party/packages/cupertino_icons/README.md +++ b/third_party/packages/cupertino_icons/README.md @@ -14,9 +14,6 @@ dependencies: cupertino_icons: ^ ``` -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). diff --git a/third_party/packages/cupertino_icons/pubspec.yaml b/third_party/packages/cupertino_icons/pubspec.yaml index 08672790b6..d3098c50b4 100644 --- a/third_party/packages/cupertino_icons/pubspec.yaml +++ b/third_party/packages/cupertino_icons/pubspec.yaml @@ -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"