mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-06-26 14:47:10 +08:00
优化
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 1.1.1
|
||||||
|
|
||||||
|
* 优化
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
|
|
||||||
* 升级 V2 插件
|
* 升级 V2 插件
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
group 'io.github.v7lin.tencent_kit'
|
group 'io.github.v7lin.tencent_kit'
|
||||||
version '1.1.0'
|
version '1.1.1'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -45,9 +45,9 @@ public class TencentKitPlugin implements FlutterPlugin, ActivityAware {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onDetachedFromEngine(@NonNull FlutterPluginBinding binding) {
|
public void onDetachedFromEngine(@NonNull FlutterPluginBinding binding) {
|
||||||
tencentKit.setApplicationContext(null);
|
|
||||||
tencentKit.setActivity(null);
|
|
||||||
tencentKit.stopListening();
|
tencentKit.stopListening();
|
||||||
|
tencentKit.setActivity(null);
|
||||||
|
tencentKit.setApplicationContext(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --- ActivityAware
|
// --- ActivityAware
|
||||||
|
@ -6,10 +6,10 @@ PODS:
|
|||||||
- Flutter
|
- Flutter
|
||||||
- path_provider_macos (0.0.1):
|
- path_provider_macos (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- tencent_kit (1.1.0):
|
- tencent_kit (1.1.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- tencent_kit/vendor (= 1.1.0)
|
- tencent_kit/vendor (= 1.1.1)
|
||||||
- tencent_kit/vendor (1.1.0):
|
- tencent_kit/vendor (1.1.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
@ -36,7 +36,7 @@ SPEC CHECKSUMS:
|
|||||||
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
|
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
|
||||||
path_provider_linux: 4d630dc393e1f20364f3e3b4a2ff41d9674a84e4
|
path_provider_linux: 4d630dc393e1f20364f3e3b4a2ff41d9674a84e4
|
||||||
path_provider_macos: f760a3c5b04357c380e2fddb6f9db6f3015897e0
|
path_provider_macos: f760a3c5b04357c380e2fddb6f9db6f3015897e0
|
||||||
tencent_kit: 861c8093fe0458832be269ec5e8dbdb48128f799
|
tencent_kit: 76514b42b7488bde9d89ddc003ce067a51ab5235
|
||||||
|
|
||||||
PODFILE CHECKSUM: f32fb4e7c14f8b3ca19a369d7be425dd9241af27
|
PODFILE CHECKSUM: f32fb4e7c14f8b3ca19a369d7be425dd9241af27
|
||||||
|
|
||||||
|
@ -246,7 +246,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "1.1.0"
|
version: "1.1.1"
|
||||||
term_glyph:
|
term_glyph:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'tencent_kit'
|
s.name = 'tencent_kit'
|
||||||
s.version = '1.1.0'
|
s.version = '1.1.1'
|
||||||
s.summary = 'A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs.'
|
s.summary = 'A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs.'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs.
|
A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: tencent_kit
|
name: tencent_kit
|
||||||
description: A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs.
|
description: A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs.
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
# author: v7lin <v7lin@qq.com>
|
# author: v7lin <v7lin@qq.com>
|
||||||
homepage: https://github.com/v7lin/fake_tencent
|
homepage: https://github.com/v7lin/fake_tencent
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user