Nikzed

Results 13 comments of Nikzed

So this answer made it work for me https://stackoverflow.com/a/74835030/10766511 . Just set the ```useHybridComposition``` to ```false``` Example: ``` YoutubePlayer( controller: YoutubePlayerController( initialVideoId: videoModel.url, flags: const YoutubePlayerFlags( useHybridComposition: false, mute: false,...

I've made the similar to youtube approach using miniplayer package, but it seems extremly buggy with combination of youtube_player_flutter and miniplayer

> Any update on this issue ? I am also facing this issue in all my devices and emulator, its playing the audio, video is freezed and showing the loading...

Is there any update to use it with showModalBottomSheet? I'm looking forward to make it adapt to child's size of PageView

> I've confirmed this issue is resolved when using the new SDK DAPs. If you're using Flutter 3.0 or newer you can switch to these now with a flag in...

Do not forget to call ```layout();``` method by your text painter before using height or with getter ```tp.layout();```

iPhone14Pro is not working here. Do not waste your time

why wasn't it merged still?