mx_player_plugin

A new Flutter plugin to open video files using mx player with subtitle and VLC player


License
MIT

Documentation

mx_player_plugin

A new Flutter plugin to open video files using mx player with subtitle and VLC player

Usage

await PlayerPlugin.openWithMxPlayer(String url, String subUrl);
await PlayerPlugin.openWithVlcPlayer(String url);