Tuvia Serber
Tuvia Serber
Hi! I had the same problem. Even though I'm not a Swift developer, but I found this solution which I tested and works. There seems to be some kind of...
Hi! I ended up wrapping the changes in a new plugin, based on this one. I did this because when you build you app using Codemagic, for example, it retrieves...
Hi! Thank you for your comment. I just needed a quick and fast fox for a production app... That's the only reason.
Same problem here...
Also experiencing the same issue... Is there a fix?
Hi! This was some time ago... I had to deliver an app with video capabilities and ended up using a different plugin. I don't have the original code anymore... I'm...
This is how I solved it. Just put in your pubspec.yaml better_player: git: url: https://github.com/tintran-dev/betterplayer.git video_player: any Regards! On Tue, Feb 7, 2023, 4:39 PM JonasJW ***@***.***> wrote: > @jhomlala...
I'm not really sure... Googling for a solution just found this and thought it could be useful for other people. Thank you so much for your efforts in making betterplayer!...
Great! How do you know inside the addlistener function that videoController is initialized? Do you check videoController.mounted? Do you check videoController.isPlaying? I suppose after the the check you can call...
Got it, but when I try to run this code, controller.video.isInitialized the system says: "The getter 'isInitilized' isn't defined for the type 'VideoPlayerController'. (Documentation)" Any ideas? Thank you! Rabino Tuvia...