-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpubspec.yaml
86 lines (80 loc) · 2.08 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
name: wordly
description: Guess the WORD in six tries
publish_to: none
version: 3.2.3+45
environment:
sdk: '>=3.7.0 <4.0.0'
flutter: '>=3.29.0'
dependencies:
bloc: ^9.0.0
clock: any
collection: any
flutter:
sdk: flutter
flutter_bloc: ^9.0.0
flutter_colorpicker: ^1.1.0
flutter_localizations:
sdk: flutter
freezed_annotation: ^2.4.4
intl: any
meta: any
package_info_plus: ^8.2.1
path: any
rxdart: ^0.28.0
share_plus: ^10.1.4
shared_preferences: ^2.5.2
stack_trace: any
url_launcher: ^6.3.1
dev_dependencies:
build_runner: ^2.4.15
carapacik_lints: ^1.11.1
flutter_gen_runner: ^5.9.0
#flutter_launcher_icons: ^0.14.3
#flutter_native_splash: ^2.4.4
freezed: ^2.5.8
flutter:
uses-material-design: true
assets:
- assets/dictionary/
- assets/fonts/
fonts:
- family: Nunito
fonts:
- asset: assets/fonts/Nunito-Regular.ttf
- asset: assets/fonts/Nunito-Medium.ttf
weight: 500
- asset: assets/fonts/Nunito-Bold.ttf
weight: 700
- asset: assets/fonts/Nunito-ExtraBold.ttf
weight: 800
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Regular.ttf
flutter_gen:
output: lib/src/core/constant/generated
line_length: 120
flutter_intl:
enabled: true
class_name: AppLocalizations
main_locale: en
arb_dir: lib/src/core/constant/localization/translations
output_dir: lib/src/core/constant/localization/generated
flutter_launcher_icons:
image_path_android: "assets/images/icon-1024x1024.png"
image_path_ios: "assets/images/icon-borderless-1024x1024.png"
android: true
ios: true
adaptive_icon_background: "assets/images/icon-background-1024x1024.png"
adaptive_icon_foreground: "assets/images/icon-foreground-1024x1024.png"
min_sdk_android: 24
web:
generate: true
image_path: "assets/images/icon-foreground-1024x1024.png"
background_color: "#FFFFFF"
macos:
generate: true
image_path: "assets/images/icon-1024x1024.png"
windows:
generate: true
image_path: "assets/images/icon-1024x1024.png"
icon_size: 256