1

I am quite new to Flutter and I am hesitating to use it for my next project.

What I want :

-The possibility to segment video (like in Youtube bar, to show differents parts of the video)enter image description here

-The possibility to add text comments inside the video for a certain timeframe to another

Do you guys know any package that can do that for me ? Or maybe another language where a package like this is existing ? Since it is the biggest feature, my choice of dev language will probably revolve around this possibility.

Thanks in advance !

Cosack
  • 63
  • 4
  • 2
    I don't think that there is an especial package for this. you have to get connected to video and render the widget based on the video time. maybe using a Stack widget to achieve this. – Benyamin Sep 01 '21 at 18:05
  • Can a stack widget overlap a video ? Doesn't it come with some issues like sizing ? – Cosack Sep 02 '21 at 08:41
  • I don't think so. You can almost use any widget as Stack children. – Benyamin Sep 02 '21 at 09:28
  • Okay, I think I'll give it a try ! Thanks a lot for your help, kind sir ! – Cosack Sep 03 '21 at 10:02

0 Answers0