-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
72 lines (66 loc) · 1.73 KB
/
pubspec.yaml
File metadata and controls
72 lines (66 loc) · 1.73 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
name: quote_canvas
description: "Your daily gallery of wisdom, capturing inspiration one quote at a time"
publish_to: 'none'
version: 0.4.0+14
environment:
sdk: ^3.7.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
http: ^1.1.0
shared_preferences: ^2.2.0
sqflite: ^2.4.2
path: ^1.8.3
uuid: ^4.5.1
flutter_image_gallery_saver: ^0.0.2
path_provider: ^2.1.5
permission_handler: ^12.0.0+1
share_plus: ^10.1.4
change_app_package_name: ^1.5.0
go_router: ^15.0.0
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0
get_it: ^8.0.3
provider: ^6.1.4
url_launcher: ^6.3.1
package_info_plus: ^8.3.0
google_mobile_ads: ^6.0.0
app_tracking_transparency: ^2.0.6+1
home_widget: ^0.8.0
dev_dependencies:
flutter_test:
sdk: flutter
sqflite_common_ffi: ^2.3.5
build_runner: ^2.4.15
icons_launcher: ^3.0.1
freezed: ^3.0.6
json_serializable: ^6.9.5
analyzer: ^7.4.5
flutter_oss_licenses: ^3.0.4
flutter:
assets:
- assets/json_data/
- assets/images/
uses-material-design: true
fonts:
- family: Pretendard
fonts:
- asset: assets/fonts/Pretendard-Thin.otf
weight: 100
- asset: assets/fonts/Pretendard-ExtraLight.otf
weight: 200
- asset: assets/fonts/Pretendard-Light.otf
weight: 300
- asset: assets/fonts/Pretendard-Regular.otf
weight: 400
- asset: assets/fonts/Pretendard-Medium.otf
weight: 500
- asset: assets/fonts/Pretendard-SemiBold.otf
weight: 600
- asset: assets/fonts/Pretendard-Bold.otf
weight: 700
- asset: assets/fonts/Pretendard-ExtraBold.otf
weight: 800
- asset: assets/fonts/Pretendard-Black.otf
weight: 900