From b1d057e6d2f508b19bd386459e0042c731f3b6ce Mon Sep 17 00:00:00 2001 From: Xuefei Date: Thu, 6 Jun 2024 09:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dohos=20=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xuefei --- example/pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index eeb5a37..8038c50 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -31,7 +31,10 @@ dependencies: path: "packages/path_provider/path_provider" path_provider_macos: ^2.0.0 dio: ^4.0.0 - flutter_local_notifications: ^9.0.0 + flutter_local_notifications: + git: + url: "https://gitee.com/openharmony-sig/fluttertpc_flutter_local_notifications.git" + path: "flutter_local_notifications" permission_handler: git: url: "https://gitee.com/openharmony-sig/flutter_permission_handler.git" -- Gitee