I am building an audio app in Flutter and I’ve encountered issues playing .ogg files on iOS. Despite trying several available Flutter plugins, I haven’t been successful. I also experimented with VLCPlayer, but it lacks a loop function and has some performance issues.
Given that iOS doesn’t natively support .ogg files, are there any solutions that can help me play .ogg files with gap less loop functionality on iOS? Any recommendations or advice would be greatly appreciated.
Thank you!