mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
106 lines
2.4 KiB
YAML
106 lines
2.4 KiB
YAML
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
|