forked from AlienKevin/wordshk_app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
103 lines (92 loc) · 2.37 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name: wordshk
description: words.hk dictionary for mobile
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.4.1+17 # Android requires bumping build version (after +)
environment:
sdk: "^3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_rust_bridge: ^1.80.1
equatable: ^2.0.0
flutter_native_splash: ^2.3.6
just_audio: ^0.9.35
expandable: ^5.0.1
url_launcher: ^6.1.12
intl: ^0.18.1
provider: ^6.0.5
flutter_portal: ^1.1.4
flutter_web_browser: ^0.17.1
shared_preferences: ^2.2.0
scrollable_positioned_list: ^0.3.8
scroll_to_index: ^3.0.1
flutter_tts: ^3.8.3
audio_session: ^0.1.16
keyboard_actions: ^4.2.0
csv: ^5.0.2
flutter_keyboard_visibility: ^5.4.1
google_mlkit_digital_ink_recognition: ^0.9.0
settings_ui: ^2.0.2
cupertino_icons: ^1.0.5
flutter_platform_widgets: ^6.0.2
introduction_screen: ^3.1.11
permission_handler: ^10.4.3
ffi: ^2.1.0
path_provider: ^2.1.0
sqflite: ^2.3.0
path: ^1.8.3
draw_on_path: ^0.0.2
flutter_core_spotlight:
git:
url: https://github.com/AlienKevin/flutter_core_spotlight.git
ref: 500ac5ebb5fc3b88e4e57d64c8c8c645f71980b5
# freezed_annotation: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
test: ^1.17.10
flutter_launcher_icons: ^0.13.1
flutter_launcher_name:
git:
url: https://github.com/AlienKevin/flutter_launcher_name
ref: "0.11.1"
ffigen: ^8.0.2
sentry_flutter: ^7.9.0
sentry_dart_plugin: ^1.0.0
# build_runner:
# freezed: ^1.1.0
flutter:
generate: true
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/jyutping_female/
fonts:
- family: ChironHeiHK
fonts:
- asset: fonts/ChironHeiHK-Text-R.otf
- asset: fonts/ChironHeiHK-Text-SB.otf
weight: 600
flutter_native_splash:
color: "ffffff"
color_dark: "000000"
image: "assets/icon.png"
image_dark: "assets/icon_grey.png"
info_plist_files:
- 'ios/Runner/Info-Debug.plist'
- 'ios/Runner/Info-Release.plist'
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon_with_bg.png"
flutter_launcher_name:
name: "words.hk"
sentry:
upload_debug_symbols: true
upload_source_maps: true
upload_sources: true
# rest of the configs need to be set by running `source set_sentry_env_vars.sh`