We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version list: Flutter 3.16.9 flick_video_player: ^0.7.0 video_player: ^2.8.2
demo:
FlickVideoPlayer( flickManager: flickManager, flickVideoWithControls: FlickVideoWithControls( videoFit: BoxFit.contain, controls: SafeArea( child: FlickPortraitControls( iconSize: 22, fontSize: 14, progressBarSettings: FlickProgressBarSettings( padding: const EdgeInsets.symmetric( vertical: 10, ), ), ), ), // TDLoading is a custom style loading widget playerLoadingFallback: const Center( child: TDLoading( size: TDLoadingSize.medium, icon: TDLoadingIcon.circle, iconColor: Color.fromRGBO(214, 224, 244, 1), ), ), ), )
But it still shows the purple one. What should I do?
The text was updated successfully, but these errors were encountered:
@ly75x12 I tried adding a custom playerLoadingFallback and it worked fine for me, attached a video for your reference.
playerLoadingFallback
flick_video_player : 0.8.0 video_player : 2.8.6
Can you update flick version and try out again ?
Sorry, something went wrong.
No branches or pull requests
version list:
Flutter 3.16.9
flick_video_player: ^0.7.0
video_player: ^2.8.2
demo:
But it still shows the purple one. What should I do?
The text was updated successfully, but these errors were encountered: