-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
183 lines (157 loc) · 3.96 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
name: aurora_mail
description: Mail client for Aurora Mail.
version: "2.4.0+311"
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
firebase_core_platform_interface: ^4.5.3
# flutter_cupertino_localizations: 1.0.1
table_calendar: ^3.0.8
# state management
provider: ^5.0.0
flutter_bloc: ^7.0.0
equatable: ^2.0.5
rxdart: ^0.27.7
# http
http: 0.13.3
webmail_api_client:
path: ./core/webmail_api_client
html: ^0.15.0
# local storage
drift_sqflite: ^1.0.0
shared_preferences: ^2.1.1
# file downloading/uploading
file_picker: 5.2.10
flutter_uploader: 3.0.0-beta.4
flutter_downloader: 1.10.5
share: ^2.0.4
path_provider: 2.0.2
video_thumbnail: 0.5.3
mime: ^1.0.1
# type ahead
# ui
flutter_svg: ^1.1.6
material_design_icons_flutter: ^7.0.7296
webview_flutter: ^4.0.7
flutter_speed_dial: ^7.0.0
fluttertoast: 8.2.2
shimmer: ^3.0.0
# i18n
# localizator_interface: 0.4.0
# misc
uuid: ^4.1.0
intl: 0.17.0
filesize: ^2.0.1
permission_handler: ^11.0.0
permission_handler_platform_interface: ^3.11.5
url_launcher: ^6.1.10
connectivity: 3.0.6
package_info: ^2.0.2
time_machine: ^0.9.17
device_info_plus: ^8.2.2
uni_links: ^0.5.1
flutter_custom_tabs: ^1.0.4
# crashlytics
firebase_core: ^2.8.0
firebase_crashlytics: ^3.0.17
firebase_messaging: ^14.0.2
# file encryption
encrypt:
#background
# android_alarm_manager: 0.4.5+1 not working
alarm_service:
path: alarm_service
notifications_utils:
path: core/notifications_utils
aurora_ui_kit:
git:
url: https://github.com/afterlogic/aurora_ui_kit_flutter.git
receive_sharing:
git:
url: https://github.com/afterlogic/receive_sharing.git
ref: flutter_3
#notification
flutter_local_notifications: ^9.5.3+1
ios_notification_handler:
path: core/ios_notification_handler
keyboard_actions: ^4.2.0
flutter_keyboard_visibility: ^6.0.0
theme:
path: build_res/afterlogic/theme
crypto_model:
path: module/crypto/crypto_model
crypto_storage:
path: module/crypto/crypto_storage
crypto_worker:
path: module/crypto/crypto_worker
flutter_secure_storage: ^4.2.1
crypto_stream:
git:
url: https://github.com/afterlogic/flutter_crypto_stream
ref: flutter_3.3
crypto_storage_impl:
path: module/crypto/crypto_storage_impl
crypto_worker_impl:
path: module/crypto/crypto_worker_impl
dm: ^0.4.0
# fido
yubico_flutter:
path: module/mocks/yubico_flutter
# logger
aurora_logger:
git:
url: https://github.com/afterlogic/aurora_logger_flutter
ref: master
calendar_view:
git:
url: https://github.com/HtonicSava/flutter_calendar_view.git
ref: all_day_section
collection: ^1.17.0
linkwell: ^2.0.6
dev_dependencies:
flutter_test:
sdk: flutter
# dm_gen should be commented for moor_generator/drift_dev work
# dm_gen: ^0.5.1+1
build_runner: ^2.3.3
drift_dev: ^1.7.1
build_variant:
git:
url: "https://github.com/afterlogic/build_variant"
ref: master
flutter_launcher_icons: ^0.11.0
# localizator: ^0.4.2
#dependency_overrides:
# analyzer: 5.2.0
# build: 2.1.0
# meta: ^1.7.0
# dart_style: 2.2.0
# moor: 4.4.0
flutter_icons:
ios: true
android: true
remove_alpha_ios: true
image_path: build_res/afterlogic/image/icon.png
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: build_res/afterlogic/image/icon_foreground.png
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- build_res/afterlogic/image/icon.png
- build_res/afterlogic/image/main_logo.png
- build_res/afterlogic/image/
fonts:
- family: WebMailIcons
fonts:
- asset: assets/fonts/WebMailIcons.ttf
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700