云算力平台windows桌面应用
This commit is contained in:
54
pubspec.yaml
Normal file
54
pubspec.yaml
Normal file
@@ -0,0 +1,54 @@
|
||||
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
|
||||
Reference in New Issue
Block a user