提交 35c3d6f2 authored 作者: JarvanMo's avatar JarvanMo

bump to 1.2.1

上级 0f7c999a
## 1.2.1
* Fix #175
## 1.2.0 ## 1.2.0
* 分享文件 * 分享文件
* compileSdkVersion 29 * compileSdkVersion 29
......
...@@ -583,7 +583,7 @@ const Map<Type, String> _shareModelMethodMapper = { ...@@ -583,7 +583,7 @@ const Map<Type, String> _shareModelMethodMapper = {
WeChatShareVideoModel: "shareVideo", WeChatShareVideoModel: "shareVideo",
WeChatShareWebPageModel: "shareWebPage", WeChatShareWebPageModel: "shareWebPage",
WeChatShareMiniProgramModel: "shareMiniProgram", WeChatShareMiniProgramModel: "shareMiniProgram",
WeChatShareFileModel:"shareFile", WeChatShareFileModel: "shareFile",
}; };
const Map<int, AuthByQRCodeErrorCode> _authByQRCodeErrorCodes = { const Map<int, AuthByQRCodeErrorCode> _authByQRCodeErrorCodes = {
......
...@@ -397,7 +397,7 @@ class WeChatShareFileModel extends WeChatShareModel { ...@@ -397,7 +397,7 @@ class WeChatShareFileModel extends WeChatShareModel {
WeChatShareFileModel({ WeChatShareFileModel({
String transaction, String transaction,
this.filePath, this.filePath,
this.fileExtension:"pdf", this.fileExtension: "pdf",
this.title: "", this.title: "",
this.description: "", this.description: "",
String thumbnail, String thumbnail,
......
name: fluwx name: fluwx
description: A Flutter plugin allowing developers to share or pay with natvie android & iOS Wechat SDKs. description: A Flutter plugin allowing developers to share or pay with natvie android & iOS Wechat SDKs.
version: 1.2.0 version: 1.2.1
homepage: https://github.com/JarvanMo/fluwx homepage: https://github.com/JarvanMo/fluwx
environment: environment:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论