Chae Eun Yoon

Results 1 issues of Chae Eun Yoon

I initialized the controller `late final PodPlayerController fullVideoController;` `@override void initState() { super.initState(); fullVideoController = PodPlayerController( playVideoFrom: PlayVideoFrom.youtube('https://youtu.be/$url', videoPlayerOptions: VideoPlayerOptions(allowBackgroundPlayback: true)), podPlayerConfig: const PodPlayerConfig( videoQualityPriority: [1080, 720, 360], autoPlay: true,...