1747c58246
在商品详情二维码弹窗中新增「打印」按钮,使用 printing + pdf 生成含商品名称、编号、规格和二维码图片的 PDF,触发浏览器打印对话框。 嵌入 NotoSansSC-Regular 字体保证中文正常显示。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
37 lines
658 B
YAML
37 lines
658 B
YAML
name: jiu_client
|
|
description: 酒库管理系统 - 酒店仓库管理
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_riverpod: ^2.5.1
|
|
go_router: ^14.0.0
|
|
dio: ^5.4.3+1
|
|
shared_preferences: ^2.3.0
|
|
intl: ^0.19.0
|
|
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
|
|
|
|
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
|