forked from mhmzdev/devfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
87 lines (67 loc) · 1.85 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
name: folio
description: Live portfolio developed in flutter 3.0.
# 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: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
# github
github: ^9.2.0
# web related
flutter_html: any
url_strategy: ^0.2.0
universal_html: ^2.0.4
# http
http: ^0.13.1
# utils
mailto: ^2.0.0
flip_card: ^0.6.0
url_launcher: ^6.1.2
cupertino_icons: ^1.0.2
carousel_slider: ^4.0.0
animated_text_kit: ^4.2.1
font_awesome_flutter: ^10.1.0
# state management
provider: ^6.0.1
# cache
shared_preferences: ^2.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- assets/work/
- assets/photos/
- assets/services/
- assets/projects/
- data.json
fonts:
- family: Agustina
fonts:
- asset: fonts/agustina/agustina.otf
- family: Montserrat
fonts:
- asset: fonts/montserrat/montserrat.ttf
- family: Poppins
fonts:
- asset: fonts/poppins/Poppins-Regular.ttf
- asset: fonts/poppins/Poppins-Light.ttf
- asset: fonts/poppins/Poppins-Bold.ttf
weight: 900
- asset: fonts/poppins/Poppins-Medium.ttf
weight: 300
- asset: fonts/poppins/Poppins-SemiBold.ttf
weight: 500
- asset: fonts/poppins/Poppins-Italic.ttf
style: italic