提交 959de762 authored 作者: JarvanMo's avatar JarvanMo

Merge branch 'dev'

## 3.3.1
* Fix #354
## 3.3.0
* Null-safety support
* Fix #350
......
......@@ -46,7 +46,7 @@ Map<String, _WeChatResponseInvoker> _nameAndResponseMapper = {
class BaseWeChatResponse {
final int errCode;
final String errStr;
final String? errStr;
bool get isSuccessful => errCode == 0;
......
name: fluwx
description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc.
version: 3.3.0
version: 3.3.1
homepage: https://github.com/JarvanMo/fluwx
environment:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论