Skip to content

Commit 3bcc08b

Browse files
authored
Update README.md
1 parent cfb81f6 commit 3bcc08b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,19 @@ dependencies {
1818
implementation project(':flutter')
1919
}
2020
```
21+
框架搭建完成,两边通过MethodChannel进行通信,可以实现相互跳转和数据传递等操作。
2122

2223

23-
### 混合开发框架 `闲鱼Flutter Boost`
24+
25+
### 混合开发框架
26+
27+
#### 一、 [g_faraday](https://github.com/gfaraday/g_faraday)
28+
29+
[g_faraday 说明文档](https://github.com/gfaraday/g_faraday)
30+
31+
32+
33+
#### 二、[闲鱼 Flutter Boost](https://github.com/alibaba/flutter_boost)
2434

2535
1. 在FlutterModule中添加FlutterBoost依赖:
2636
```

0 commit comments

Comments
 (0)