abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

flutter_meedu_videoplayer video control pannel #55

Closed Bullets-jyr closed 1 year ago

Bullets-jyr commented 1 year ago

In the control panel shown in the flutter_meedu_videoplayer library, I want to add a playback progress bar, back, forward, volume control, and other icons on the control panel to adjust the position and add other functions, but it doesn't seem to be that part. Can I create my own control panel using flutter's stack widget without using your control panel?

abdelaziz-mahdy commented 1 year ago

check version 4.1.0 and this the demo for it https://zezo357.github.io/flutter_meedu_videoplayer_example/#custom_controls for code example check this https://github.com/zezo357/flutter_meedu_videoplayer/blob/master/package/example/lib/pages/custom_controls.dart

abdelaziz-mahdy commented 1 year ago

if you need any help open a issue with it.

and if that fixes your problem let me know to close this issue.

abdelaziz-mahdy commented 1 year ago

also if you want me to implemnt the controls let know how they should look and i will do my best