-
Notifications
You must be signed in to change notification settings - Fork 9
/
pubspec.yaml
74 lines (62 loc) · 1.44 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
name: nsysu_ap
description: NSYSU AP
version: 1.4.2+10402
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
multiple_localization: ^0.5.0
ap_common: ^0.26.0-dev.4
ap_common_firebase: ^0.17.0-dev.3
ap_common_plugin: 0.5.0-dev.3
# path: ../ap_common_plugin
#official plugin
http: ^1.2.2
html: ^0.15.0
url_launcher: ^6.1.5
#third party plugin
encrypt: ^5.0.0
sprintf: ^7.0.0
crypto: ^3.0.1
dio: ^5.0.0
dio_cookie_manager: ^3.0.0
cookie_jar: ^4.0.3
flutter_inappwebview: ^6.1.5
desktop_webview_window: ^0.2.3
timeago: ^3.0.2
google_sign_in_dartio: ^0.3.0
json_annotation: ^4.6.0
package_info_plus: ^8.0.3
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^2.1.2
build_runner: ^2.1.5
json_serializable: ^6.0.1
dependency_overrides:
# ap_common:
# path: ../../GitHub-NKUST-ITC/ap_common/packages/ap_common
# ap_common_firebase:
# path: ../../GitHub-NKUST-ITC/ap_common/packages/ap_common_firebase
# ap_common_plugin:
# path: ../../GitHub-NKUST-ITC/ap_common/packages/ap_common_plugin
intl: 0.18.0
web: 1.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- changelog.json
- assets/car_park_area.json
- assets/ca/
flutter_intl:
enabled: true
class_name: AppLocalizations
main_locale: 'zh_TW'
arb_dir: lib/l10n
output_dir: lib/l10n
use_deferred_loading: true