/mx_player_plugin

A small plugin package to open video file with VLc and Mxplayer

Primary LanguageDartMIT LicenseMIT

mx_player_plugin

alt text

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);