An error occurred fetching the project authors.
- 11 May, 2020 1 commit
-
-
Alex authored
The root cause is that dart only returned `Map<dynamic, dynamic>` rather than specific generic type when `invokeMethod` was called. For more specific generic type user can use `cast<String, dynamic>` after the result was returned.
-
- 12 Apr, 2020 1 commit
-
-
AlexVincent525 authored
-
- 02 Mar, 2020 1 commit
-
-
justin authored
-
- 18 Sep, 2019 2 commits
- 17 Sep, 2019 1 commit
-
-
hym authored
-
- 07 Sep, 2019 1 commit
-
-
hym authored
-
- 30 Aug, 2019 1 commit
-
-
yangwu.jia authored
-
- 27 Jun, 2019 2 commits
-
-
Yacumima authored
-
Jidong Chen authored
-
- 26 Jun, 2019 1 commit
-
-
Yacumima authored
-
- 20 Jun, 2019 1 commit
-
-
Jidong Chen authored
-
- 06 Jun, 2019 1 commit
-
-
- 26 Apr, 2019 1 commit
-
-
Jidong Chen authored
2,Dart page result Handling
-
- 04 Apr, 2019 1 commit
-
-
Yacumima authored
2.增加一个pushRoute的切面能力
-
- 31 Mar, 2019 1 commit
-
-
Yacumima authored
1.在Flutter页面中需要使用Navigator.push去打开新页面,而按返回键时调用Navigator.pop,这样可以达到不退出当前Activity的效果。 2.在打开新页面时FLutter和Native相互传递页面打开参数的场景。 本次的修改只在Android平台有效,后续iOS跟进,不过做法是一样的。
-
- 06 Mar, 2019 1 commit
-
-
Jidong Chen authored
-