[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 
> Latest version is 
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`: