提交 9baf2a03 authored 作者: JarvanMo's avatar JarvanMo

0.1.8 released

上级 d971bb80
## 0.1.8
* `WeChatPayModel`里的字段不再是`dynamic`
* 修复了iOS对支付功能中timestamp处理不正确的问题。
## 0.1.7 ## 0.1.7
* 删除`Fluwx.registerApp(RegisterModel)`,现在使用`Fluwx.register()` * 删除`Fluwx.registerApp(RegisterModel)`,现在使用`Fluwx.register()`
## 0.1.6 ## 0.1.6
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
add the following in your `pubspec.yaml` file: add the following in your `pubspec.yaml` file:
```yaml ```yaml
dependencies: dependencies:
fluwx: ^0.1.7 fluwx: ^0.1.8
``` ```
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
在`pubspec.yaml`文件中添加如下代码: 在`pubspec.yaml`文件中添加如下代码:
```yaml ```yaml
dependencies: dependencies:
fluwx: ^0.1.7 fluwx: ^0.1.8
``` ```
......
name: fluwx name: fluwx
description: A implement of WeChatSDK on Flutter.Let's make it easier with Fluwx. description: A implement of WeChatSDK on Flutter.Let's make it easier with Fluwx.
version: 0.1.7 version: 0.1.8
author: JarvanMo <jarvan.mo@gmail.com> author: JarvanMo <jarvan.mo@gmail.com>
homepage: https://github.com/JarvanMo/fluwx homepage: https://github.com/JarvanMo/fluwx
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论