Mindinventory / vimeo_video_player

A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms.
https://www.mindinventory.com/flutter-app-development.php
MIT License
34 stars 37 forks source link

Auto play option #11

Closed orikurt closed 1 year ago

orikurt commented 1 year ago

is there a plan to add this? can you direct me as to where can I add this functionality myself as PR? thank you

sohelpathan6411 commented 1 year ago

Goto VimeoVideoPlayer Class ->

isVimeoVideoLoaded.value = !isVimeoVideoLoaded.value; _videoPlayerController.play();

mohit-chauhan-mi commented 1 year ago

Merged PR #17 for this with additional changes. Please check it with the latest version.