Hi, I am working on a FlutterFlow project that shows YouTube videos.
But it seems that the default YouTube Player widget from FlutterFlow does not provide options that I need, such as :
autoplay
loop video
set start time of playback
set end time of playback
So I tried looking into pub.dev to create a custom widget instead,
but having trouble with making it work..
(I have watched various tutorials regarding a custom widget, but the youtube player widget from pub.dev seems to be much more complicated than the ones from the tutorials..)
Can anyone please help me..?