提交 d6a2919c authored 作者: JarvanMo's avatar JarvanMo

bump to 2.2.0

上级 745a6eb5
## 2.2.0
* Merged #249
## 2.1.0 ## 2.1.0
* Specifying supported platforms * Specifying supported platforms
* Fix: Android分享小程序时,缩略图压缩过重的问题 * Fix: Android分享小程序时,缩略图压缩过重的问题
......
name: fluwx 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. 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: 2.1.0 version: 2.2.0
homepage: https://github.com/JarvanMo/fluwx homepage: https://github.com/JarvanMo/fluwx
environment: environment:
......
...@@ -54,4 +54,12 @@ void main() { ...@@ -54,4 +54,12 @@ void main() {
true); true);
}); });
}); });
group("learn", () {
test("description", () async {
print("argumentsss");
});
});
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论