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

bump to 1.2.1

上级 0f7c999a
## 1.2.1
* Fix #175
## 1.2.0
* 分享文件
* compileSdkVersion 29
......
......@@ -583,7 +583,7 @@ const Map<Type, String> _shareModelMethodMapper = {
WeChatShareVideoModel: "shareVideo",
WeChatShareWebPageModel: "shareWebPage",
WeChatShareMiniProgramModel: "shareMiniProgram",
WeChatShareFileModel:"shareFile",
WeChatShareFileModel: "shareFile",
};
const Map<int, AuthByQRCodeErrorCode> _authByQRCodeErrorCodes = {
......
......@@ -397,7 +397,7 @@ class WeChatShareFileModel extends WeChatShareModel {
WeChatShareFileModel({
String transaction,
this.filePath,
this.fileExtension:"pdf",
this.fileExtension: "pdf",
this.title: "",
this.description: "",
String thumbnail,
......
name: fluwx
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
environment:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论