mod: 控制器监听事件移除

This commit is contained in:
guozhigq
2023-08-20 09:12:31 +08:00
parent 6bbbdd7710
commit 8627869309
16 changed files with 114 additions and 31 deletions

View File

@ -229,6 +229,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
@override
void dispose() {
animationController.dispose();
FlutterVolumeController.removeListener();
super.dispose();
}