MikeChen

Results 1 issues of MikeChen

my code: ``` GestureDetector( onPanEnd: (details) { controller.disableFullScreen(context); }, child: PodVideoPlayer( matchFrameAspectRatioToVideo: true, controller: controller, alwaysShowProgressBar: false, ), ), ``` But this code only work on Portrait mode

bug