An error occurred fetching the project authors.
  1. 11 May, 2020 1 commit
    • Alex's avatar
      :bug: Fix type cast error with `invokeMethod` method. · fbd1446f
      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.
      fbd1446f
  2. 12 Apr, 2020 1 commit
  3. 02 Mar, 2020 1 commit
  4. 18 Sep, 2019 2 commits
  5. 17 Sep, 2019 1 commit
  6. 07 Sep, 2019 1 commit
  7. 30 Aug, 2019 1 commit
  8. 27 Jun, 2019 2 commits
  9. 26 Jun, 2019 1 commit
  10. 20 Jun, 2019 1 commit
  11. 06 Jun, 2019 1 commit
  12. 26 Apr, 2019 1 commit
  13. 04 Apr, 2019 1 commit
  14. 31 Mar, 2019 1 commit
    • Yacumima's avatar
      本次提交扩展了example的覆盖场景,增加了两个场景: · 833d1995
      Yacumima authored
      1.在Flutter页面中需要使用Navigator.push去打开新页面,而按返回键时调用Navigator.pop,这样可以达到不退出当前Activity的效果。
      
      2.在打开新页面时FLutter和Native相互传递页面打开参数的场景。
      
      本次的修改只在Android平台有效,后续iOS跟进,不过做法是一样的。
      833d1995
  15. 06 Mar, 2019 1 commit