From 6061e13e76423105603ef681ffbd5917bdbd15a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=81=E4=B8=89?= Date: Thu, 22 Aug 2024 09:58:00 +0000 Subject: [PATCH] update packages/share_plus/share_plus/pubspec.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 十三 --- packages/share_plus/share_plus/pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/share_plus/share_plus/pubspec.yaml b/packages/share_plus/share_plus/pubspec.yaml index 31c67068..5dfb112e 100644 --- a/packages/share_plus/share_plus/pubspec.yaml +++ b/packages/share_plus/share_plus/pubspec.yaml @@ -44,7 +44,10 @@ dependencies: url_launcher_web: ^2.0.16 url_launcher_windows: ^3.0.6 url_launcher_linux: ^3.0.5 - url_launcher_platform_interface: ^2.1.2 + url_launcher_platform_interface: + git: + url: "https://gitee.com/openharmony-sig/flutter_packages.git" + path: "packages/url_launcher/url_launcher_platform_interface" ffi: ^2.0.1 # win32 is compatible across v4 and v5 for Win32 only (not COM) -- Gitee