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

update readme

上级 e510dfa0
...@@ -25,7 +25,9 @@ QQ Group:892398530。 ...@@ -25,7 +25,9 @@ QQ Group:892398530。
* Auth By QRCode * Auth By QRCode
## Sample ## Sample
[See sample here](./example) [See sample here](./example)
[watch charged video here](https://study.163.com/course/introduction.htm?share=2&shareId=480000001896427&courseId=1209174838&_trace_c_p_k2_=e72467dc0df540579287a8ea996344a4) [watch charged video here](https://study.163.com/course/introduction.htm?share=2&shareId=480000001896427&courseId=1209174838&_trace_c_p_k2_=e72467dc0df540579287a8ea996344a4)
## Dependencies ## Dependencies
...@@ -36,6 +38,7 @@ Add the following dependencies in your `pubspec.yaml` file: ...@@ -36,6 +38,7 @@ Add the following dependencies in your `pubspec.yaml` file:
dependencies: dependencies:
fluwx: ^${latestVersion} fluwx: ^${latestVersion}
``` ```
> Latest version is ![pub package](https://img.shields.io/pub/v/fluwx.svg) > Latest version is ![pub package](https://img.shields.io/pub/v/fluwx.svg)
For using the snapshot: For using the snapshot:
...@@ -48,7 +51,9 @@ dependencies: ...@@ -48,7 +51,9 @@ dependencies:
``` ```
## Register WeChatSDK via Fluwx ## Register WeChatSDK via Fluwx
Before using`Fluwx`,you should init `FLuwx` 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");
...@@ -70,7 +75,9 @@ Before using`Fluwx`,you should init `FLuwx`: ...@@ -70,7 +75,9 @@ Before using`Fluwx`,you should init `FLuwx`:
### Other ### Other
* [Using Swift?](./doc/USING_SWIFT.md) * [Using Swift?](./doc/USING_SWIFT.md)
* [Having Questions?](./doc/QUESTIONS.md) * [Having Questions?](./doc/QUESTIONS.md)
### Waiting ### Waiting
### Donate ### Donate
Buy the writer a cup of coffee。 Buy the writer a cup of coffee。
......
...@@ -25,13 +25,16 @@ QQ群:892398530。 ...@@ -25,13 +25,16 @@ QQ群:892398530。
## 示例 ## 示例
[点此查看示例](./example) [点此查看示例](./example)
[收费视频教程点这里](https://study.163.com/course/introduction.htm?share=2&shareId=480000001896427&courseId=1209174838&_trace_c_p_k2_=e72467dc0df540579287a8ea996344a4) [收费视频教程点这里](https://study.163.com/course/introduction.htm?share=2&shareId=480000001896427&courseId=1209174838&_trace_c_p_k2_=e72467dc0df540579287a8ea996344a4)
## 引入 ## 引入
在你的 `pubspec.yaml` 文件中添加如下依赖: 在你的 `pubspec.yaml` 文件中添加如下依赖:
```yaml ```yaml
dependencies: dependencies:
fluwx: ^${latestVersion} fluwx: ^${latestVersion}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论