We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382d887 commit f869394Copy full SHA for f869394
third_party/packages/cupertino_icons/.gitignore
@@ -12,6 +12,3 @@ pubspec.lock
12
doc/api/
13
14
.vscode
15
-
16
-# Image for README.md only. Not for bundling with package.
17
-map.png
third_party/packages/cupertino_icons/pubspec.yaml
@@ -3,8 +3,10 @@ name: cupertino_icons
3
description: Default icons asset for Cupertino widgets
4
author: Flutter Team <[email protected]>
5
homepage: https://github.com/flutter/cupertino_icons
6
-version: 0.1.0
+version: 0.1.1
7
8
flutter:
9
- assets:
10
- - assets/CupertinoIcons.ttf
+ fonts:
+ - family: CupertinoIcons
11
+ - asset: assets/CupertinoIcons.ttf
0 commit comments