In my app I need videoplayer to play local videofiles.
I tried several solutions, but they all have problems.
video_player – does not support all videoformats (for example does not play .avi files on iOS).
flutter_vlc_player – supports all videoformats, but has a bug on iOS (no sound for some seconds after pause). I could not fix this bug.
Also tried some other players, but they all have problems on iOS.
Any advise about what package/library to use?