* fix(macos): workaround App Store Connect dSYM validation bug for App.framework * test: mock device and package plugins and increase timeout - Increase sync loop timeout in thread workspace binding test to avoid flakiness - Mock device_info and package_info plugins for gateway runtime tests - Update pubspec.yaml version * test: fix missing plugin in runtime_controllers_settings_account_test * build: make sync-version.sh auto-increment build number --------- Co-authored-by: Haitao Pan <manbuzhe2009@qq.com>
47 lines
880 B
YAML
47 lines
880 B
YAML
name: xworkmate
|
|
description: "XWorkmate desktop-first AI workspace shell."
|
|
publish_to: 'none'
|
|
|
|
version: 1.1.5+2
|
|
build-date: 2026-06-30
|
|
build-id: a876e3b
|
|
|
|
environment:
|
|
sdk: ^3.11.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
cryptography: ^2.6.1
|
|
crypto: ^3.0.6
|
|
dartssh2: ^2.17.1
|
|
device_info_plus: ^11.5.0
|
|
file_selector: ^1.0.3
|
|
flutter_html: ^3.0.0
|
|
flutter_markdown: ^0.7.7+1
|
|
http: ^1.5.0
|
|
markdown: ^7.3.0
|
|
package_info_plus: ^8.3.1
|
|
path_provider: ^2.1.5
|
|
shared_preferences: ^2.5.3
|
|
pasteboard: ^0.5.0
|
|
web_socket_channel: ^3.0.3
|
|
flutter_webrtc: ^0.12.3
|
|
yaml: ^3.1.3
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
integration_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- config/feature_flags.yaml
|
|
- assets/branding/
|