Skip to content

Commit f869394

Browse files
committed
bring in font instead of asset
1 parent 382d887 commit f869394

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

third_party/packages/cupertino_icons/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ pubspec.lock
1212
doc/api/
1313

1414
.vscode
15-
16-
# Image for README.md only. Not for bundling with package.
17-
map.png

third_party/packages/cupertino_icons/pubspec.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: cupertino_icons
33
description: Default icons asset for Cupertino widgets
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/cupertino_icons
6-
version: 0.1.0
6+
version: 0.1.1
77

88
flutter:
9-
assets:
10-
- assets/CupertinoIcons.ttf
9+
fonts:
10+
- family: CupertinoIcons
11+
fonts:
12+
- asset: assets/CupertinoIcons.ttf

0 commit comments

Comments
 (0)