taichushouwang
taichushouwang
@android-1995 兄弟,你后面还有没有对比一下你的代码和demo的区别,有没有什么办法可以在demo上复现?我前段时间太忙了,没时间研究,现在想复现场景看看 > 😅抱歉,在demo上无法复现
+1,感谢大兄弟
I also need this ability, do you get any update?
因为切到后台之后,视频会被回收掉,再切回去时,没有重新播放,那么就会黑屏。 可以在`onPause`中记录currentPosition,然后在`onResume`中执行seekTo(currentPosition),然后`video.start`
Thanks for reply, I find the reason. In the file (plugins/themed/lib/src/themed.dart), for the `_InheritedConstTheme`, you set an object key `key: ValueKey(Object())`, every time I switch theme, it will rebuild, and...