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