From 32087b2ae96e35686870653608cfb5bc8f5855d6 Mon Sep 17 00:00:00 2001 From: tanjiancheng <562575412@qq.com> Date: Thu, 28 Nov 2024 11:33:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9sdk=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tanjiancheng <562575412@qq.com> --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a4ed45e..354f013 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ description: Demonstrates how to use the recognition_qrcode plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ">=2.12.0 <=3.0.6" + sdk: ">=2.12.0 <=4.0.6" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index af2075a..e56eed0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 2.0.0 homepage: https://github.com/liranhao/recognition_qrcode environment: - sdk: ">=2.12.0 <=3.0.6" + sdk: ">=2.12.0 <=4.0.6" flutter: ">=2.0.0" dependencies: -- Gitee From 71d2ed33c1f7d659af26b62af369d17b236c40c3 Mon Sep 17 00:00:00 2001 From: tanjiancheng <562575412@qq.com> Date: Thu, 28 Nov 2024 05:50:46 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Revert=20"=E4=BF=AE=E6=94=B9sdk=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 32087b2ae96e35686870653608cfb5bc8f5855d6. --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 354f013..a4ed45e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ description: Demonstrates how to use the recognition_qrcode plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ">=2.12.0 <=4.0.6" + sdk: ">=2.12.0 <=3.0.6" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index e56eed0..af2075a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 2.0.0 homepage: https://github.com/liranhao/recognition_qrcode environment: - sdk: ">=2.12.0 <=4.0.6" + sdk: ">=2.12.0 <=3.0.6" flutter: ">=2.0.0" dependencies: -- Gitee From 4e014c8a2e999861a9236601d4f376ffd42dde19 Mon Sep 17 00:00:00 2001 From: tanjiancheng <562575412@qq.com> Date: Thu, 28 Nov 2024 13:54:52 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9sdk=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tanjiancheng <562575412@qq.com> --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a4ed45e..354f013 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ description: Demonstrates how to use the recognition_qrcode plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ">=2.12.0 <=3.0.6" + sdk: ">=2.12.0 <=4.0.6" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index af2075a..e56eed0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 2.0.0 homepage: https://github.com/liranhao/recognition_qrcode environment: - sdk: ">=2.12.0 <=3.0.6" + sdk: ">=2.12.0 <=4.0.6" flutter: ">=2.0.0" dependencies: -- Gitee