Mustafa YILDIZ
Results
2
issues of
Mustafa YILDIZ
AutoPlay
1
Hello, autoplay doesn't work. I have been trying with Vimeo and autoplay doesn't work. ```dart PodPlayerController( playVideoFrom: PlayVideoFrom.vimeo(videoId), podPlayerConfig: const PodPlayerConfig( autoPlay: true, isLooping: false, wakelockEnabled: true, ), ); ```
Hello, How can we instantiniate DirectoryLocation object? Because I would like to manually set a location if the user does not select a folder to save to. In this case,...