feat(client): 二维码打印功能

在商品详情二维码弹窗中新增「打印」按钮,使用 printing + pdf
生成含商品名称、编号、规格和二维码图片的 PDF,触发浏览器打印对话框。
嵌入 NotoSansSC-Regular 字体保证中文正常显示。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-04-30 19:21:50 +08:00
parent cf646226a8
commit 1747c58246
4 changed files with 125 additions and 5 deletions
+5
View File
@@ -20,6 +20,8 @@ dependencies:
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:
@@ -29,3 +31,6 @@ dev_dependencies:
flutter:
uses-material-design: true
assets:
- assets/fonts/NotoSansSC-Regular.ttf