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
I there ! thank you for this amazing library ❤️
I've spotted a bug that is pretty annoying: on full screen, the video is zoomed in.
You can reproduce this on the example app by pausing the video and entering full screen.
Here some screen shots of my app (look how the border of the video is near to the feets on full screen):
On Full screen:
On portrait:
Is there any solution to this ?
Thank you so much 🙏
The text was updated successfully, but these errors were encountered:
Hi! In my case, in the FlickVideoWithControls widget, I just set the videoFit value to BoxFit.contain. By default, it's BoxFit.cover.
FlickVideoPlayer( flickManager: flickManager, flickVideoWithControls: FlickVideoWithControls( videoFit: BoxFit.contain, .... ), .... )
Sorry, something went wrong.
No branches or pull requests
I there ! thank you for this amazing library ❤️
I've spotted a bug that is pretty annoying: on full screen, the video is zoomed in.
You can reproduce this on the example app by pausing the video and entering full screen.
Here some screen shots of my app (look how the border of the video is near to the feets on full screen):
On Full screen:
On portrait:
Is there any solution to this ?
Thank you so much 🙏
The text was updated successfully, but these errors were encountered: