forked from pd4d10/flutter-vector-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
62 lines (62 loc) · 1.57 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
name: flutter_vector_icons
description: Customizable Icons for Flutter. Port of react-native-vector-icons
version: 2.0.0
homepage: "https://github.com/pd4d10/flutter-vector-icons"
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
fonts:
- family: AntDesign
fonts:
- asset: fonts/AntDesign.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_Regular
fonts:
- asset: fonts/FontAwesome5_Regular.ttf
- family: FontAwesome5_Solid
fonts:
- asset: fonts/FontAwesome5_Solid.ttf
- family: Fontisto
fonts:
- asset: fonts/Fontisto.ttf
- family: Foundation
fonts:
- asset: fonts/Foundation.ttf
- family: Ionicons
fonts:
- asset: fonts/Ionicons.ttf
- family: MaterialCommunityIcons
fonts:
- asset: fonts/MaterialCommunityIcons.ttf
- family: MaterialIcons
fonts:
- asset: fonts/MaterialIcons.ttf
- family: Octicons
fonts:
- asset: fonts/Octicons.ttf
- family: SimpleLineIcons
fonts:
- asset: fonts/SimpleLineIcons.ttf
- family: Zocial
fonts:
- asset: fonts/Zocial.ttf