Files
windows-application/pubspec.yaml
2026-01-22 15:14:27 +08:00

55 lines
822 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: cloud_client_gui
description: 云算力平台卖方客户端GUI
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# UI相关
cupertino_icons: ^1.0.6
# 状态管理
provider: ^6.1.1
# 时间格式化
intl: ^0.18.1
# 数据库
# Windows 桌面端请使用 sqflite_common_ffi
sqflite_common_ffi: ^2.3.3
# 路径工具database.dart 使用 join
path: ^1.9.0
# 进程管理
process_run: ^0.12.5+2
# 网络接口
network_info_plus: ^4.0.2
# INI配置文件解析
ini: ^2.1.0
# UUID生成
uuid: ^4.1.0
# 日志
logging: ^1.2.0
# HTTP 请求
http: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true