Skip to content

Commit 701d60a

Browse files
[CupertinoIcons] fix broken icons and vertical alignment, bump the version to 1.08 (flutter#6520)
See this PR for the font change: xster/framework7-icons#2
1 parent b2bd8e5 commit 701d60a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

third_party/packages/cupertino_icons/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## NEXT
1+
## 1.0.8
22

33
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
4+
* Vertically center aligns the icons.
5+
* Fixes overlapping / broken outlines for glyphs such as "create\_solid" and "car\_fill"
46

57
## 1.0.7
68

Binary file not shown.

third_party/packages/cupertino_icons/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cupertino_icons
33
description: Default icons asset for Cupertino widgets based on Apple styled icons
44
repository: https://github.com/flutter/packages/tree/main/third_party/packages/cupertino_icons
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cupertino_icons%22
6-
version: 1.0.7
6+
version: 1.0.8
77

88
environment:
99
sdk: ^3.1.0

0 commit comments

Comments
 (0)