From 1505cecbabbb54ff11f6e7681e45f93e6df3281d Mon Sep 17 00:00:00 2001 From: leon <916117771@qq.com> Date: Mon, 13 Apr 2026 17:08:04 +0800 Subject: [PATCH] fix(pubspec): replace Chinese description with English to fix Windows CMD encoding issue --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 659f606..0367545 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: idcard -description: "一个用于读取中国二代身份证的 Flutter 插件,集成了01SDK身份证识别功能,支持USB和蓝牙连接方式。" +description: "A Flutter plugin for reading Chinese ID cards with 01SDK support, via USB or Bluetooth." version: 0.0.1 homepage: https://github.com/your-username/idcard repository: https://github.com/your-username/idcard