-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
140 lines (130 loc) · 3.56 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
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
130
131
132
133
134
135
136
137
138
139
140
name: webtrit_phone
description: WebTrit Phone application.
publish_to: 'none'
# Version format: <Major>.<Minor>.<Patch>[-<Pre-release>]+<Build>
# Where:
# - <Major>, <Minor>, <Patch>: non-negative integers, decided by the developer
# - <Pre-release>: optional, series of dot-separated identifiers, decided by the developer
# - <Build>: non-negative integer computed as follows:
# <Major> * 1000000 + <Minor> * 10000 + <Patch> * 100 + <published build iteration for Major.Minor.Patch combination>
# Note: <Minor>, <Patch>, and <Build> should be within the range of 0 to 99.
version: 0.0.0+000000000
# Version format for app_version: <Major>.<Minor>.<Patch>
# Where:
# - <Major>, <Minor>, <Patch>: non-negative integers, decided by the developer
# app_version represents tasks and fixed bugs, which is different from the build version that is specific to each client
app_version: 1.6.2
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: ^3.19.0
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
auto_route: ^7.8.4
bloc: ^8.1.4
bloc_concurrency: ^0.2.5
characters: ^1.3.0
clock: ^1.1.1
connectivity_plus: ^6.0.3
cross_file: ^0.3.3
device_info_plus: ^10.1.0
equatable: ^2.0.5
firebase_analytics: ^11.3.3
firebase_app_installations: ^0.3.1+4
firebase_core: ^3.6.0
firebase_crashlytics: ^4.1.3
firebase_messaging: ^15.1.3
flutter_bloc: ^8.1.5
flutter_contacts: ^1.1.7
flutter_secure_storage: ^9.2.2
flutter_svg: ^2.0.10+1
flutter_webrtc:
git:
url: https://github.com/WebTrit/flutter-webrtc.git
ref: main_ext_rebase14.10.24
formz: ^0.7.0
freezed_annotation: ^2.4.1
google_fonts: ^6.2.1
intl: any
json_annotation: ^4.8.1
just_audio: ^0.9.37
linkify: ^5.0.0
logging: ^1.2.0
logging_appenders: ^1.2.0
material_color_utilities: any
meta: any
package_info_plus: ^8.0.0
path: ^1.8.3
path_provider: ^2.1.3
permission_handler: ^11.3.1
phoenix_socket: ^0.7.4
provider: ^6.1.2
pub_semver: ^2.1.4
sdp_transform: ^0.3.2
share_plus: ^10.0.3
shared_preferences: ^2.2.3
stream_transform: ^2.1.0
url_launcher: ^6.2.6
uuid: ^4.2.2
validators: ^3.0.0
webview_flutter: ^4.7.0
webview_flutter_web: ^0.2.2+4
collection: ^1.18.0
quiver: ^3.2.1
flutter_parsed_text: ^2.2.1
flutter_local_notifications: ^17.2.1+2
gravatar_utils: ^1.0.0
l10n_mapper_generator: ^2.1.2
dlibphonenumber: ^1.1.22
device_region: ^1.4.0
html: ^0.15.4
http: ^1.2.2
webtrit_api:
path: ./packages/webtrit_api
webtrit_phone_number:
path: ./packages/webtrit_phone_number
webtrit_signaling:
path: ./packages/webtrit_signaling
webtrit_callkeep:
path: ../webtrit_callkeep/webtrit_callkeep
store_info_extractor:
path: ./packages/store_info_extractor
ssl_certificates:
path: ./packages/ssl_certificates
app_database:
path: ./packages/data/app_database
dev_dependencies:
integration_test:
sdk: flutter
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
auto_route_generator: ^7.3.2
bloc_test: ^9.1.7
build_runner: ^2.4.9
flutter_gen_runner: ^5.4.0
flutter_launcher_icons:
git: https://github.com/fluttercommunity/flutter_launcher_icons.git
flutter_lints: ^4.0.0
flutter_native_splash: ^2.4.0
freezed: ^2.5.2
json_serializable: ^6.7.1
flutter:
generate: true
uses-material-design: true
assets:
- pubspec.yaml
- assets/
- assets/callkeep/
- assets/login/
- assets/ringtones/
- assets/themes/
- assets/certificates/
flutter_gen:
output: lib/app/
integrations:
flutter_svg: true
flare_flutter: true