Piotr Bobiński
Piotr Bobiński
I'm using logo with resolution 1024x1024 on small devices it takes almost all the screen.
You can hide fullscreen button by settings in YoutubePlayerController params `showFullscreenButton: false` on the other hand you can use controller like below to close fullscreen: `_controller.invokeJavascript('document.exitFullscreen()');`
You can not. Since some version of iframe player of youtube, youtube doesnt allow for opening full screen via script. You have to allow user to do it on his...
It will provide bottle neck for user. He could watch video only in landscapeMode. I've already solved my problem with this by adding my own logic above YoutubePlayerController to close...
Does this warning refer to Info.plist?
Unfortunately not for YoutubePlayerFlutter. For that project I switched to YoutubePlayerIframe since it offers better performance in compare to YoutubePlayerFlutter and no error is printing since then.
@ashishbeck as a temporary solution before this PR will be merged, you can fork my repository and then use it in your project like this in pubspec.yaml : ``` persistent_bottom_nav_bar:...
Which flutter version do you use?
Added 'thumbCurve' property - Defaults to Curves.bounceOut to custom change it by user in future
Already migrated on my own: https://pub.dev/packages/flutter_fluid_slider_nnbd