forked from fluttercommunity/font_awesome_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
executable file
·46 lines (42 loc) · 1.16 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
name: font_awesome_flutter
description: The Font Awesome Icon pack available as Flutter Icons. Provides 1600 additional icons to use in your apps.
maintainer: Michael Spiss (@michaelspiss)
repository: https://github.com/fluttercommunity/font_awesome_flutter
issue_tracker: https://github.com/fluttercommunity/font_awesome_flutter/issues
version: 10.4.0
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
recase: ^4.0.0
args: ^2.3.0
flutter_test:
sdk: flutter
version: ^2.0.0
ansicolor: ^2.0.1
flutter_lints: ^1.0.0
pub_semver: ^2.1.1
flutter:
fonts:
- family: FontAwesomeBrands
fonts:
- asset: lib/fonts/fa-brands-400.ttf
weight: 400
- family: FontAwesomeRegular
fonts:
- asset: lib/fonts/fa-regular-400.ttf
weight: 400
- family: FontAwesomeSolid
fonts:
- asset: lib/fonts/fa-solid-900.ttf
weight: 900
# - family: FontAwesomeLight
# fonts:
# - asset: lib/fonts/fa-light-300.ttf
# weight: 300
# - family: FontAwesomeThin
# fonts:
# - asset: lib/fonts/fa-thin-100.ttf
# weight: 100