commit | 701d60a08941da4c6c5633af5263881963ed07b3 | [log] [tgz] |
---|---|---|
author | LongCatIsLooong <31859944+LongCatIsLooong@users.noreply.github.com> | Tue Apr 16 04:10:20 2024 |
committer | GitHub <noreply@github.com> | Tue Apr 16 04:10:20 2024 |
tree | f6290051fa81a02992d25563ce662c4d99170bcb | |
parent | b2bd8e5be46488fad2a495c87848d5e25e8597f3 [diff] |
[CupertinoIcons] fix broken icons and vertical alignment, bump the version to 1.08 (#6520) See this PR for the font change: https://github.com/xster/framework7-icons/pull/2
diff --git a/third_party/packages/cupertino_icons/CHANGELOG.md b/third_party/packages/cupertino_icons/CHANGELOG.md index bf85290..7dea80b 100644 --- a/third_party/packages/cupertino_icons/CHANGELOG.md +++ b/third_party/packages/cupertino_icons/CHANGELOG.md
@@ -1,6 +1,8 @@ -## NEXT +## 1.0.8 * Updates minimum supported SDK version to Flutter 3.13/Dart 3.1. +* Vertically center aligns the icons. +* Fixes overlapping / broken outlines for glyphs such as "create\_solid" and "car\_fill" ## 1.0.7
diff --git a/third_party/packages/cupertino_icons/assets/CupertinoIcons.ttf b/third_party/packages/cupertino_icons/assets/CupertinoIcons.ttf index 79ba7ea..d580ce7 100644 --- a/third_party/packages/cupertino_icons/assets/CupertinoIcons.ttf +++ b/third_party/packages/cupertino_icons/assets/CupertinoIcons.ttf Binary files differ
diff --git a/third_party/packages/cupertino_icons/pubspec.yaml b/third_party/packages/cupertino_icons/pubspec.yaml index c0753bb..c4fd06e 100644 --- a/third_party/packages/cupertino_icons/pubspec.yaml +++ b/third_party/packages/cupertino_icons/pubspec.yaml
@@ -3,7 +3,7 @@ description: Default icons asset for Cupertino widgets based on Apple styled icons repository: https://github.com/flutter/packages/tree/main/third_party/packages/cupertino_icons issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cupertino_icons%22 -version: 1.0.7 +version: 1.0.8 environment: sdk: ^3.1.0