-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
38 lines (34 loc) · 1.03 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: glyph
description: "Collection of icons from various popular design systems, including Material, Material Design, Material Symbols, and Cupertino"
version: 1.0.2
homepage: https://github.com/landamessenger/glyph
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
fonts:
- family: Cupertino Icons
fonts:
- asset: lib/fonts/cupertinoicons-webfont.ttf
- family: Material Design Icons
fonts:
- asset: lib/fonts/materialdesignicons-webfont.ttf
- family: Material Icons
fonts:
- asset: lib/fonts/materialicons-webfont.ttf
- family: Material Symbols Outlined
fonts:
- asset: lib/fonts/materialsymbolsoutlined-webfont.ttf
- family: Material Symbols Rounded
fonts:
- asset: lib/fonts/materialsymbolsrounded-webfont.ttf
- family: Material Symbols Sharp
fonts:
- asset: lib/fonts/materialsymbolssharp-webfont.ttf