pubspec.yaml
3.53 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
name: doublefeel_flutter
description: "A new Flutter project."
publish_to: 'none'
version: 2.5.0+100
environment:
sdk: ^3.6.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
get: ^4.7.2
# get:
# git:
# url: https://gitcode.com/CPF-Flutter/fluttertpc_get
# ref: 4.7.2-ohos-1.0.0-beta.1
dio: ^5.7.0
pretty_dio_logger: ^1.4.0
cached_network_image: ^3.4.1
fl_chart: ^0.70.2
logger: ^2.6.2
webview_flutter:
git:
url: https://gitcode.com/openharmony-tpc/flutter_packages.git
path: packages/webview_flutter/webview_flutter
ref: br_webview_flutter-v4.13.0_ohos
shared_preferences:
git:
url: https://gitcode.com/openharmony-tpc/flutter_packages.git
path: packages/shared_preferences/shared_preferences
ref: br_shared_preferences-v2.5.3_ohos
image_picker: ^1.1.2
image_picker_ohos:
git:
url: https://gitcode.com/openharmony-sig/flutter_packages.git
path: packages/image_picker/image_picker_ohos
image_cropper: 9.1.0
# image_cropper:
# git:
# url: https://gitcode.com/openharmony-sig/fluttertpc_image_cropper.git
# path: ./image_cropper
# ref: br_v9.1.0_ohos
permission_handler: ^11.3.1
permission_handler_ohos:
git:
url: https://gitcode.com/openharmony-sig/flutter_permission_handler.git
path: permission_handler_ohos
ref: br_permission_handler_v11.3.1_ohos
share_plus:
git:
url: https://gitcode.com/CPF-Flutter/flutter_plus_plugins.git
path: packages/share_plus/share_plus
ref: br_share_plus-v10.1.1_ohos
video_thumbnail: ^0.5.3
table_calendar: ^3.1.3
# fluttertoast: ^8.2.2
fluttertoast:
git:
url: https://gitcode.com/CPF-Flutter/flutter_fluttertoast.git
ref: 9.0.0-ohos-1.0.0
path_provider: 2.1.5
thinking_analytics: ^3.3.2
flutter_localizations:
sdk: flutter
intl: any
lottie: 3.3.1
sqflite:
git:
url: "https://gitcode.com/CPF-Flutter/flutter_sqflite.git"
ref: 2.4.2-ohos-1.0.0-beta.2
path: sqflite
crypto: ^3.0.7
flutter_timezone: ^5.1.0
# share_plus (git) 间接依赖 path_provider 的 git 版本,
# 与 cached_network_image → flutter_cache_manager 依赖的 hosted 版本冲突。
# 强制使用 hosted 版本统一来源。
dependency_overrides:
path_provider: 2.1.5
image_cropper_platform_interface: 7.1.0
# Override meta to satisfy flutter_timezone 5.1.0 (requires ^1.16.0)
# while the ohos flutter_test bundle pins 1.15.0.
meta: ^1.16.0
sqflite:
git:
url: "https://gitcode.com/CPF-Flutter/flutter_sqflite.git"
ref: 2.4.2-ohos-1.0.0-beta.2
path: sqflite
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.15
pigeon:
git:
url: https://gitcode.com/openharmony-sig/flutter_packages.git
path: packages/pigeon
ref: br_pigeon-v25.3.2_ohos
flutter:
uses-material-design: true
generate: true
assets:
- assets/lottie/
- assets/lottie/zh/
- assets/images/
- assets/images/common/
- assets/images/tabbar/
- assets/images/today/
- assets/images/today/zh/
- assets/images/today/oh/
- assets/images/friends/
- assets/images/my/
- assets/images/my/zh/
- assets/images/permission/
- assets/images/permission/zh/
- assets/images/permission/oh/
- assets/images/watch_theme/
- assets/images/watch_theme/zh/
- assets/images/user_onboarding/
- assets/images/user_onboarding/zh/
- assets/images/user_onboarding/oh/
- assets/images/premium/
- assets/images/premium/zh/