labulakalia
labulakalia
https://book.flutterchina.club/chapter4/chapter4/index.md
some url https://docs.microsoft.com/en-us/windows/win32/direct3ddxgi/d3d10-graphics-programming-guide-dxgi#presentation https://github.com/hellocao/DXGICapture
some link: http://libfuse.github.io/doxygen/structfuse__operations.html#a8b68daa154f8400cfb76e790aad9e697 https://github.com/bazil/fuse/issues/245
https://github.com/jacobsa/fuse/blob/2b0495a1d5e09afe79719e772a98b175303b4920/mount_darwin.go#L409-L419
- [x] I have read this document: https://miniflux.app/opinionated.html#feature-request
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
fvp not show multi subtitle at same time when call `setSubtitleTracks([0,1])
**Describe the bug** ```dart if (videoPlayerController.value.hasError) { error( "video play failed ${_videoPlayerController.value.errorDescription}"); return; } ``` **Expected behavior** this line should output `video play failded xxxxxxxxxxxx` **Log** Add ```dart import 'package:logging/logging.dart';...