Binary file not shown.
Binary file not shown.
@@ -241,8 +241,8 @@ class VideoPlayerScreenState extends State<VideoPlayerScreen>
|
||||
player = Player(
|
||||
configuration: PlayerConfiguration(
|
||||
libass: true,
|
||||
libassAndroidFont: 'assets/droid-sans.ttf',
|
||||
libassAndroidFontName: 'Droid Sans Fallback',
|
||||
libassAndroidFont: 'assets/go-noto-current-regular.ttf',
|
||||
libassAndroidFontName: 'Go Noto Current-Regular',
|
||||
bufferSize: bufferSizeBytes,
|
||||
logLevel: debugLoggingEnabled ? MPVLogLevel.debug : MPVLogLevel.error,
|
||||
mpvConfiguration: config,
|
||||
|
||||
+1
-1
@@ -83,7 +83,7 @@ flutter:
|
||||
assets:
|
||||
- lib/data/iso_639_codes.json
|
||||
- assets/plezy.png
|
||||
- assets/droid-sans.ttf
|
||||
- assets/go-noto-current-regular.ttf
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
|
||||
Reference in New Issue
Block a user