Files
flutter_server_box/pubspec.yaml
lxdklp 78ef181d4a feat: support macOS menubar (#976)
* feat: macOS menubar

* feat: Dynamic NavigateMenuItems

* fix: simplify shortcut config

* fix: Simplify the code

* fix: More suitable tab name
2025-12-10 18:05:30 +08:00

143 lines
3.2 KiB
YAML

name: server_box
description: server status & toolbox app.
publish_to: "none"
version: 1.0.1276+1276
environment:
sdk: ">=3.9.0"
flutter: ">=3.38.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
choice: ^2.3.2
crypto: ^3.0.6
dio: ^5.2.1
dynamic_color: ^1.6.6
easy_isolate: ^1.3.0
extended_image: ^10.0.0
file_picker: ^10.1.9
flutter_gbk2utf8: ^1.0.1
flutter_riverpod: ^3.0.1
flutter_highlight: ^0.7.0
flutter_displaymode: ^0.7.0
fl_chart: ^1.0.0
freezed_annotation: ^3.0.0
get_it: ^9.0.5
highlight: ^0.7.0
hive_ce_flutter: ^2.3.1
intl: ^0.20.2
json_annotation: ^4.9.0
re_editor: ^0.8.0
responsive_framework: ^1.5.1
riverpod_annotation: ^3.0.1
shared_preferences: ^2.1.1
wakelock_plus: ^1.2.4
wake_on_lan: ^4.1.1+3
webdav_client_plus: ^1.0.2
xml: ^6.4.2 # for parsing nvidia-smi
url_launcher: ^6.2.6
dartssh2:
git:
url: https://github.com/lollipopkit/dartssh2
ref: v1.0.293
circle_chart:
git:
url: https://github.com/lollipopkit/circle_chart
ref: main
xterm:
git:
url: https://github.com/lollipopkit/xterm.dart
ref: v4.0.13
computer:
git:
url: https://github.com/lollipopkit/dart_computer
ref: v1.0.88
watch_connectivity:
git:
url: https://github.com/lollipopkit/watch_connectivity
ref: v1.0.85
plain_notification_token:
git:
url: https://github.com/lollipopkit/plain_notification_token
ref: v1.0.23
fl_lib:
git:
url: https://github.com/lppcg/fl_lib
ref: v1.0.358
dependency_overrides:
# webdav_client_plus:
# path: ../webdav_client
# dartssh2:
# path: ../dartssh2
# xterm:
# path: ../xterm.dart
# fl_lib:
# path: ../fl_lib
# fl_build:
# path: ../fl_build
gtk: # TODO: remove it after fixed in upstream
git:
url: https://github.com/lollipopkit/gtk.dart
ref: v0.0.36
dev_dependencies:
analyzer: ^8.1.1
flutter_native_splash: ^2.1.6
hive_ce_generator: ^1.9.2
build_runner: ^2.4.15
flutter_lints: ^6.0.0
json_serializable: ^6.8.0
freezed: ^3.0.0
riverpod_generator: ^3.0.1
test: ^1.24.0
flutter_test:
sdk: flutter
# riverpod_reg:
# git:
# url: https://github.com/lollipopkit/riverpod_reg
# ref: v0.0.2
fl_build:
git:
url: https://github.com/lppcg/fl_build.git
ref: v1.0.53
flutter:
generate: true
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/app_icon.png
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
riverpod_reg:
class_name: Riverpods
gen_path: lib/generated/riverpod_reg.dart
flutter_native_splash:
color: "#ffffff"
image: assets/app_icon.png
color_dark: "#121212"
info_plist_files:
- "ios/Runner/Info-Debug.plist"
- "ios/Runner/Info-Profile.plist"
- "ios/Runner/Info-Release.plist"
android12: true