提交 92a13ae5 authored 作者: JarvanMo's avatar JarvanMo

update doc

上级 aa561d42
## 1.1.0
* iOS SDK升级至1.8.6.1,本版本开始支持universal link。
* Android SDK更换至without-mat:5.4.3
* Android配置升级
* 移队MTA选项
## 1.0.6 ## 1.0.6
* Fix #110 * Fix #110
......
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
QQ Group:892398530。 QQ Group:892398530。
## Before ## Before
Before using`Fluwx`,read [the official documents](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1) first. Before using`Fluwx`,read [the official documents](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1) first.
This is very important because some configurations or details are not listed here.
### What does Fluwx support? ### What does Fluwx support?
...@@ -60,12 +62,14 @@ Before using`Fluwx`,you should init `FLuwx`: ...@@ -60,12 +62,14 @@ Before using`Fluwx`,you should init `FLuwx`:
```dart ```dart
import 'package:fluwx/fluwx.dart' as fluwx; import 'package:fluwx/fluwx.dart' as fluwx;
fluwx.register(appId:"wxd930ea5d5a258f4f"); fluwx.register(appId:"wxd930ea5d5a258f4f",universalLink:"");
``` ```
Developers must provide `universalLink` if you want register WeChat via fluwx, otherwise, ignore.
> NOTE:Although we can register WXApi via Fluwx,but there's still some work you have to do on the particular platform.For example, add URLSchema or universal link for iOS.
> NOTE:Although we can register WXApi via Fluwx,but there's still some work you have to do on the particular platform.For example, add a URLSchema for iOS. for detail, please read the official documents
### More ### More
* [Share](./doc/SHARE.md) * [Share](./doc/SHARE.md)
......
...@@ -9,6 +9,7 @@ QQ群:892398530。 ...@@ -9,6 +9,7 @@ QQ群:892398530。
## 使用需知 ## 使用需知
使用`Fluwx`之前,强烈建议先阅读[微信SDK官方文档](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1) 使用`Fluwx`之前,强烈建议先阅读[微信SDK官方文档](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1)
这有助于你使用`Fluwx` 这有助于你使用`Fluwx`
这很重要,因为有一些概念以及配置不会体现在本文档中。
### 目前功能 ### 目前功能
* 文本分享。 * 文本分享。
...@@ -59,9 +60,10 @@ dependencies: ...@@ -59,9 +60,10 @@ dependencies:
import 'package:fluwx/fluwx.dart' as fluwx; import 'package:fluwx/fluwx.dart' as fluwx;
fluwx.register(appId:"wxd930ea5d5a258f4f"); fluwx.register(appId:"wxd930ea5d5a258f4f");
``` ```
如果你想通过fluwx注册微信,请务必提供 `universalLink` ,否则无视这句话.
> 注意:尽管可以通过Fluwx完成微信注册,但一些操作依然需要在对应平台进行设置,如配置iOS的URLSchema等。 > 注意:尽管可以通过Fluwx完成微信注册,但一些操作依然需要在对应平台进行设置,如配置iOS的URLSchema,universal link等。
### 传送门 ### 传送门
* [分享](./doc/SHARE_CN.md) * [分享](./doc/SHARE_CN.md)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论