-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
106 lines (92 loc) · 2.78 KB
/
Copy pathpubspec.yaml
File metadata and controls
106 lines (92 loc) · 2.78 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
name: SmartSkin
description: "An AI-powered intelligent acne detection app designed to instantly analyze your facial skin condition."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.7.2
dependencies:
cupertino_icons: ^1.0.8
flutter:
sdk: flutter
shimmer: ^3.0.0
permission_handler: ^11.0.0
image_picker: ^1.0.7
google_fonts: ^6.1.0
http: ^1.2.1
html: ^0.15.0
flutter_native_splash: ^2.3.10
flutter_launcher_icons: ^0.13.1 # ← tambahkan ini
dev_dependencies:
flutter_lints: ^5.0.0
flutter_native_splash: ^2.3.10
flutter_test:
sdk: flutter
flutter:
assets:
- assets/img/
- assets/img/logo_smartskin.png
uses-material-design: true
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/poppins/Poppins-Thin.otf
weight: 100
- asset: assets/fonts/poppins/Poppins-ExtraLight.otf
weight: 200
- asset: assets/fonts/poppins/Poppins-Light.otf
weight: 300
- asset: assets/fonts/poppins/Poppins-Regular.otf
weight: 400
- asset: assets/fonts/poppins/Poppins-Medium.otf
weight: 500
- asset: assets/fonts/poppins/Poppins-SemiBold.otf
weight: 600
- asset: assets/fonts/poppins/Poppins-Bold.otf
weight: 700
- asset: assets/fonts/poppins/Poppins-ExtraBold.otf
weight: 800
- asset: assets/fonts/poppins/Poppins-Black.otf
weight: 900
- family: Inter
fonts:
- asset: assets/fonts/inter/Inter-Thin.otf
weight: 100
- asset: assets/fonts/inter/Inter-ExtraLight.otf
weight: 200
- asset: assets/fonts/inter/Inter-Light.otf
weight: 300
- asset: assets/fonts/inter/Inter-Regular.otf
weight: 400
- asset: assets/fonts/inter/Inter-Medium.otf
weight: 500
- asset: assets/fonts/inter/Inter-SemiBold.otf
weight: 600
- asset: assets/fonts/inter/Inter-Bold.otf
weight: 700
- asset: assets/fonts/inter/Inter-ExtraBold.otf
weight: 800
- asset: assets/fonts/inter/Inter-Black.otf
weight: 900
- family: OpenSans
fonts:
- asset: assets/fonts/open-sans/OpenSans-Light.ttf
weight: 300
- asset: assets/fonts/open-sans/OpenSans-Regular.ttf
weight: 400
- asset: assets/fonts/open-sans/OpenSans-Semibold.ttf
weight: 600
- asset: assets/fonts/open-sans/OpenSans-Bold.ttf
weight: 700
- asset: assets/fonts/open-sans/OpenSans-ExtraBold.ttf
weight: 800
flutter_native_splash:
color: "#ffffff"
image: assets/img/logo_smartskin.png
fullscreen: true
android: true
ios: true
web: false
flutter_icons:
android: true
ios: true
image_path: "assets/img/logo_smartskin.png"