20e7d07be3
- 新增 assets/config/app_info.json(服务商/网站/邮箱真实值),启动时 AppInfo.load() 读取,不硬编码、不走环境变量 - 关于我们/续费/反馈处的服务商、网站、邮箱统一读配置 - Windows 窗口标题 jiu_client -> 岩美酒库(u8 + UTF-8→UTF-16 防乱码) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
41 lines
748 B
YAML
41 lines
748 B
YAML
name: jiu_client
|
|
description: 酒库管理系统 - 酒店仓库管理
|
|
publish_to: 'none'
|
|
version: 1.0.3+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
flutter_riverpod: ^2.5.1
|
|
go_router: ^14.0.0
|
|
dio: ^5.4.3+1
|
|
shared_preferences: ^2.3.0
|
|
intl: ^0.20.2
|
|
package_info_plus: ^8.0.0
|
|
url_launcher: ^6.3.0
|
|
lpinyin: ^2.0.3
|
|
excel: ^4.0.6
|
|
path_provider: ^2.1.0
|
|
file_picker: ^8.1.6
|
|
printing: ^5.13.0
|
|
pdf: ^3.10.8
|
|
web: ^1.1.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
http_mock_adapter: ^0.6.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/fonts/NotoSansSC-Regular.ttf
|
|
- assets/config/app_info.json
|