- 19 Jun, 2020 1 commit
-
-
justin authored
-
- 15 Jun, 2020 6 commits
-
-
justin authored
-
zjq authored
-
卢克 authored
1. 当存在tab为flutter vc的情况,切换到首页后,tab的flutter vc其还是live的状态,当回到首页点击进入某个flutter vc,然后回到首页之后,这个时候进行前后台切换,tab的flutter vc会进行active的回调,进行surfaceUpdated操作,但是这个时候engine.viewController并不是这个tab的flutter vc,会产生crash 2. 当退出某个flutter vc的时候之前可能是为了时许问题不影响别的已经设置好的engine.viewController所以没有进行detatch操作,这样会有可能导致最后退出的lutter vc不能及时释放
-
SpeciedCrab authored
-
Luke authored
-
- 12 Jun, 2020 1 commit
-
-
余玠 authored
-
- 11 Jun, 2020 2 commits
- 08 Jun, 2020 1 commit
-
-
余玠 authored
这种fix方法应该不是根本性的方案,但的确减少了线上相关crash日志
-
- 04 Jun, 2020 5 commits
-
-
shaode.lsd authored
-
justin authored
-
justin authored
-
justin authored
-
justin authored
-
- 29 May, 2020 6 commits
-
-
justin authored
# Conflicts: # example/lib/simple_page_widgets.dart # lib/container/container_coordinator.dart
-
justin authored
-
Luke authored
flutter 页面 连续push的时候,后面的flutter页面的voice over焦点会丢失
-
justin authored
-
justin authored
fix android platform demo, add custom method channel demo, add integration.md
-
justin authored
Update Frequently Asked Question.md
-
- 21 May, 2020 1 commit
-
-
Bannings authored
fix typo.
-
- 18 May, 2020 1 commit
-
-
nightfallsad authored
-
- 15 May, 2020 3 commits
-
-
justin authored
-
nightfallsad authored
merge code
-
justin authored
Fix type cast error with `invokeMethod` method.
-
- 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.
-
- 08 May, 2020 1 commit
-
-
nightfallsad authored
merge code
-
- 24 Apr, 2020 2 commits
- 23 Apr, 2020 1 commit
-
-
AlexVincent525 authored
# Conflicts: # example/lib/simple_page_widgets.dart
-
- 22 Apr, 2020 4 commits
-
-
nightfallsad authored
-
justin authored
# Conflicts: # android/src/main/java/com/idlefish/flutterboost/containers/FlutterActivityAndFragmentDelegate.java
-
justin authored
-
nightfallsad authored
merge code
-
- 21 Apr, 2020 2 commits
- 17 Apr, 2020 1 commit
-
-
justin authored
-
- 16 Apr, 2020 1 commit
-
-
justin authored
-