Search code examples
flutterdartlibvlc

Is there any way to use libVLC in flutter project?


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


Solution

  • Use flutter_vlc_player plugin

    and set url to file://${file.path}

    You can get file path using file picker