-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
82 lines (72 loc) · 2.23 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
name: portfolio
description: Xavier C. portfolio.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.18.0
url_launcher: ^6.1.12
provider: ^6.0.5
get_it: ^7.6.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.2
lint: ^2.1.2
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
flutter:
uses-material-design: true
generate: true
assets:
- assets/logos/
- assets/images/
fonts:
- family: JetBrainsMono
fonts:
- asset: fonts/JetBrainsMono/JetBrainsMono-ExtraBold.ttf
weight: 800
- asset: fonts/JetBrainsMono/JetBrainsMono-ExtraBold-Italic.ttf
weight: 800
style: italic
- asset: fonts/JetBrainsMono/JetBrainsMono-Bold.ttf
weight: 700
- asset: fonts/JetBrainsMono/JetBrainsMono-Bold-Italic.ttf
weight: 700
style: italic
- asset: fonts/JetBrainsMono/JetBrainsMono-Medium.ttf
weight: 500
- asset: fonts/JetBrainsMono/JetBrainsMono-Medium-Italic.ttf
weight: 500
style: italic
- asset: fonts/JetBrainsMono/JetBrainsMono-Regular.ttf
weight: 400
- asset: fonts/JetBrainsMono/JetBrainsMono-Italic.ttf
weight: 400
style: italic
- family: Montserrat
fonts:
- asset: fonts/Montserrat/Montserrat-Bold.ttf
weight: 700
- asset: fonts/Montserrat/Montserrat-BoldItalic.ttf
weight: 700
style: italic
- asset: fonts/Montserrat/Montserrat-Medium.ttf
weight: 500
- asset: fonts/Montserrat/Montserrat-MediumItalic.ttf
weight: 500
style: italic
- asset: fonts/Montserrat/Montserrat-Regular.ttf
weight: 400
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
flutter_intl:
enabled: true