forked from flutter-studio/flutter-icons
-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
133 lines (128 loc) · 3.68 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
name: flutter_icons
description: Customizable Icons for Flutter,you can use with over 15K+ icons in your flutter project
version: 4.2.0-nullsafety.0
author: Sascha Heim<[email protected]>
homepage: https://github.com/ThinkBIG-Company/flutter-icons.git
environment:
sdk: ">=2.12.0-0 <3.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
recase: ^4.0.0-nullsafety
flutter_test:
sdk: flutter
version: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
fonts:
- family: AntDesign
fonts:
- asset: fonts/AntDesign.ttf
- family: AntDesign-Filled
fonts:
- asset: fonts/AntDesign-Filled.ttf
- family: AntDesign-Outlined
fonts:
- asset: fonts/AntDesign-Outlined.ttf
- family: Brandico
fonts:
- asset: fonts/Brandico.ttf
- family: Elusive-Icons
fonts:
- asset: fonts/Elusiveicons.ttf
- family: Entypo
fonts:
- asset: fonts/Entypo.ttf
- family: EvilIcons
fonts:
- asset: fonts/EvilIcons.ttf
- family: Feather
fonts:
- asset: fonts/Feather.ttf
- family: FontAwesome
fonts:
- asset: fonts/FontAwesome.ttf
- family: FontAwesome5_Brands
fonts:
- asset: fonts/FontAwesome5_Brands.ttf
- family: FontAwesome5
fonts:
- asset: fonts/FontAwesome5_Regular.ttf
- family: FontAwesome5_Solid
fonts:
- asset: fonts/FontAwesome5_Solid.ttf
- family: Fontelico
fonts:
- asset: fonts/Fontelico.ttf
- family: Fontisto
fonts:
- asset: fonts/Fontisto.ttf
- family: Foundation
fonts:
- asset: fonts/Foundation.ttf
- family: Iconic
fonts:
- asset: fonts/Iconic.ttf
- family: Ionicons
fonts:
- asset: fonts/Ionicons.ttf
- family: Linearicons-Free
fonts:
- asset: fonts/Linearicons-Free.ttf
- family: Linecons
fonts:
- asset: fonts/Linecons.ttf
- family: Maki
fonts:
- asset: fonts/Maki.ttf
- family: MaterialCommunityIcons
fonts:
- asset: fonts/MaterialCommunityIcons.ttf
- family: MaterialIcons-Baseline
fonts:
- asset: fonts/MaterialIcons-Baseline.ttf
- family: MaterialIcons-Outline
fonts:
- asset: fonts/MaterialIcons-Outline.ttf
- family: MaterialIcons-Round
fonts:
- asset: fonts/MaterialIcons-Round.ttf
- family: MaterialIcons-Sharp
fonts:
- asset: fonts/MaterialIcons-Sharp.ttf
- family: MaterialIcons-TwoTone
fonts:
- asset: fonts/MaterialIcons-TwoTone.ttf
- family: Meteocons
fonts:
- asset: fonts/Meteocons.ttf
- family: MfgLabs
fonts:
- asset: fonts/MfgLabs.ttf
- family: ModernPictograms
fonts:
- asset: fonts/ModernPictograms.ttf
- family: Octicons
fonts:
- asset: fonts/Octicons.ttf
- family: RpgAwesome
fonts:
- asset: fonts/RpgAwesome.ttf
- family: SimpleLineIcons
fonts:
- asset: fonts/SimpleLineIcons.ttf
- family: Typicons
fonts:
- asset: fonts/Typicons.ttf
- family: WeatherIcons
fonts:
- asset: fonts/WeatherIcons.ttf
- family: WebSymbols
fonts:
- asset: fonts/WebSymbols.ttf
- family: Zocial
fonts:
- asset: fonts/Zocial.ttf