From 12a3a36b71f2c707b80fc2c5bd17ef74cd9ec3bc Mon Sep 17 00:00:00 2001 From: Liuyf Date: Thu, 20 Feb 2025 19:32:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=82=E9=85=8Dflutter=20sdk=203.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 3de45b1..cd56ca2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -211,7 +211,7 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.4" - jpush_flutter_sdk: + jpush_flutter: dependency: "direct dev" description: path: ".." diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 64721b2..653515d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: flutter_test: sdk: flutter - jpush_flutter_sdk: + jpush_flutter: path: ../ # For information on the generic Dart part of this file, see the diff --git a/pubspec.yaml b/pubspec.yaml index 189aad7..06de9c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: jpush_flutter_sdk +name: jpush_flutter description: JIGUANG officially supported JPush Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)(https://www.jiguang.cn). version: 2.5.8 # author: xudong.rao