I wanted to build a video player for android using flutter & libVLC, to play videos stored on device. How can I implement it?
I am pretty new to flutter
Use flutter_vlc_player plugin
and set url to file://${file.path}
You can get file path using file picker