-
-
Notifications
You must be signed in to change notification settings - Fork 64
/
pubspec.yaml
105 lines (105 loc) · 2.45 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
name: lunasea
description: Self-Hosted Controller
version: 10.2.6+1
publish_to: "none"
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
badges: ^3.1.1
cached_network_image: ^3.2.3
cloud_firestore: ^4.9.0
collection: ^1.17.2
convert: ^3.1.1
device_preview: ^1.1.0
dio: ^5.3.2
easy_localization: ^3.0.2
encrypt: ^5.0.1
expandable: ^5.0.1
file_picker: ^5.3.4
firebase_auth: ^4.8.0
firebase_core: ^2.15.1
firebase_messaging: ^14.6.7
firebase_storage: ^11.2.6
fl_chart: ^0.63.0
flash: ^3.0.5+1
flutter_cache_manager: ^3.3.1
flutter_spinkit: ^5.2.0
go_router: ^10.1.0
google_fonts: ^5.1.0
google_nav_bar: ^5.0.6
hive: ^2.2.3
hive_flutter: ^1.1.0
in_app_purchase: ^3.1.8
infinite_scroll_pagination: ^4.0.0
intl: ^0.18.1
json_annotation: ^4.8.1
modal_bottom_sheet: ^3.0.0-pre
package_info_plus: ^4.1.0
path_provider: ^2.1.0
percent_indicator: ^4.2.3
quick_actions: ^1.0.5
retrofit: ^4.0.1
sentry_flutter: ^7.9.0
share_plus: ^7.1.0
shimmer: ^3.0.0
simple_icons: ^7.10.0
stack_trace: ^1.11.0
stash_memory: ^5.0.1
supercharged: ^2.1.1
table_calendar: ^3.0.9
transparent_image: ^2.0.1
tuple: ^2.0.2
url_launcher: ^6.1.12
uuid: ^3.0.7
wake_on_lan: ^4.1.0
window_manager: ^0.3.6
xml: ^6.3.0
dev_dependencies:
# Generators
build_runner: ^2.4.6
environment_config: ^3.1.0
json_serializable: ^6.7.1
hive_generator: ^2.0.1
retrofit_generator: ^7.0.8
# Tooling
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.2
flutter_native_splash: ^2.3.2
msix: ^3.16.1
dependency_overrides:
intl: ^0.18.1
http: ^1.0.0
flutter:
uses-material-design: true
assets:
# System Assets
- assets/changelog.json
- assets/changelog_stable.json
- assets/images/
- assets/localization/
fonts:
- family: LunaBrandIcons
fonts:
- asset: assets/LunaBrandIcons.ttf
flutter_icons:
android: true
ios: true
image_path: assets/icon/icon.png
adaptive_icon_background: "#32323E"
adaptive_icon_foreground: assets/icon/icon_adaptive.png
flutter_native_splash:
image: assets/images/branding_full.png
color: "#32323E"
msix_config:
architecture: x64
capabilities: internetClientServer,privateNetworkClientServer
display_name: LunaSea
enable_at_startup: false
execution_alias: lunasea
identity_name: app.lunasea.lunasea
install_certificate: false
logo_path: assets\icon\icon_windows.png
output_name: lunasea-windows-amd64
store: false