Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 347 Bytes

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