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