winterdl

Results 11 issues of winterdl

Could we support create epub from folder, we only description some meta data and toc nav, and the zip task will run on isolate.

Hello, I've just tested the code, thanks for the example, but it's too laggy on my real device, I dont know jetpack compose using the native android control or will...

**Describe the bug** Install clean app, goto extentions tab, chose one extension to install. The console log with this error: ``` 2022-02-08 09:21:35.472775+0700 Runner[23188:4381254] [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: File: anonymous_script_14a0ca18: external...

type: bug

I have FijkPlayer and FijkView FijkView( player: player, fit: FijkFit.cover, panelBuilder: (player, data, context, viewSize, texturePos) => customFijkPanelBuilder( player, data, context, viewSize, texturePos), ), when playing video, user could change...

Thank you for the code, it works very well, but how to anti alias the texture?

When embedding a webpage that has a video tag, when playing the video, click the fullscreen button of the video player, but it is not working.

Thanks for the fun_flutter_kit, I've used the kit for my project, it's very convenient and saves time, but I got some issues with getx. It will be great if you...

### Steps to reproduce None ### Expected behavior - When finish viewing an episode, the player auto next episode, or auto next season. - When playing an episode, tap on...

bug

``` void main(List args) { var parser = ArgParser(); var results = parser.parse(args); var path = results.rest[0]; var word = results.rest[1]; var mdict = MdictReader(path); var result = mdict.query('agley'); print(result);...