wang-bin / fvp

Flutter video player plugin for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
BSD 3-Clause "New" or "Revised" License
197 stars 31 forks source link

How to disable subtitles? Via options? #171

Closed topilski closed 3 weeks ago

topilski commented 4 weeks ago

Hello, i can't find how to disable subtitles.

fvp.registerWith(options: {'global':{'subtitle':0}}); not works

wang-bin commented 4 weeks ago

fvp.registerWith(options: {'player':{'subtitle':'0'}});

topilski commented 3 weeks ago

Thx, works