-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
70 lines (61 loc) · 1.44 KB
/
pubspec.yaml
File metadata and controls
70 lines (61 loc) · 1.44 KB
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
name: mywebsite
description: Personal Website
publish_to: "none"
version: 1.4.0+32
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
animated_text_kit: ^4.2.2
auto_mappr_annotation: ^2.3.0
cached_network_image: ^3.4.1
firebase_analytics: ^11.5.0
firebase_core: ^3.14.0
firebase_remote_config: ^5.4.5
flutter:
sdk: flutter
flutter_svg: ^2.0.7
gap: ^3.0.1
json_annotation: ^4.9.0
package_info_plus: ^9.0.0
responsive_framework: ^1.1.0
shared_preferences: ^2.3.2
shimmer: ^3.0.0
transparent_image: ^2.0.1
url_launcher: ^6.2.5
vector_graphics: ^1.1.19
version: ^3.0.2
dev_dependencies:
auto_mappr: ^2.3.0
build_runner: ^2.4.15
flutter_gen: ^5.3.1
flutter_gen_runner: ^5.10.0
json_serializable: ^6.9.5
very_good_analysis: ^5.1.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/home/
- assets/images/profile/
- assets/images/projects/
- assets/images/skills/
- assets/images/svgs/
- assets/mock_data/
fonts:
- family: PlayfairDisplay
fonts:
- asset: assets/fonts/PlayfairDisplay-Regular.ttf
style: normal
- family: Anton
fonts:
- asset: assets/fonts/anton/Anton-Regular.ttf
style: normal
- family: PoiretOne
fonts:
- asset: assets/fonts/poiret_one/PoiretOne-Regular.ttf
style: normal
flutter_gen:
output: lib/gen/
line_length: 80
integrations:
flutter_svg: true