From 5de602b9c408d675692d378124092da89b77baba Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Sat, 24 Aug 2024 17:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BE=9D=E8=B5=96=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E4=B8=8E=E6=9C=AC=E5=B7=A5=E7=A8=8B=E6=97=A0?= =?UTF-8?q?=E5=85=B3=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- example/pubspec.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 79791b8..a4ed45e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -23,8 +23,6 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.5 -# image_picker: -# path: "E:/WORK/flutter_packages/packages/image_picker/image_picker" image_picker: git: url: https://gitee.com/openharmony-sig/flutter_packages.git -- Gitee