This commit is contained in:
Alex Li
2024-11-18 02:35:13 +00:00
committed by GitHub
parent 445ce5d291
commit ecdec656b2
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 6.0.2
* Android
## 6.0.1 ## 6.0.1
* iOS: ruby * iOS: ruby

View File

@ -4,8 +4,6 @@ description: Demonstrates how to use the wechat_kit plugin.
# pub.dev using `flutter pub publish`. This is preferred for private packages. # pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment: environment:
sdk: '>=3.0.2 <4.0.0' sdk: '>=3.0.2 <4.0.0'

View File

@ -1,6 +1,6 @@
name: wechat_kit name: wechat_kit
description: A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS Wechat SDKs. description: A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS Wechat SDKs.
version: 6.0.1 version: 6.0.2
homepage: https://github.com/RxReader/wechat_kit homepage: https://github.com/RxReader/wechat_kit
repository: https://github.com/RxReader/wechat_kit.git repository: https://github.com/RxReader/wechat_kit.git
issue_tracker: https://github.com/RxReader/wechat_kit/issues issue_tracker: https://github.com/RxReader/wechat_kit/issues