Tousking
Tousking
目前这个信息没有被持久化到硬盘上,关掉后再开,还是会读取到订阅配置的端口。有需要欢迎PR一下,最近比较忙
Which artifact or release are you trying? deb or rpm?
> I am new to this, I want to run the Flutter project on my Windows 10, so I cloned the repository and I'm trying to build on Android and...
可以pr个appimage
> > 可以参考我的CI文件。 > > https://github.com/Kingtous/RustPlayer/blob/91d3e97dde921176bdeb2a85de8d7080c9b7248c/.github/workflows/rust.yml#L65 > > > > 使用msys2,然后安装下面的依赖,和ci步骤一样就行。 > > 全程在msys2的mingw64环境下执行命令。 pacman安装所有依赖,cargo run。注意:需要使用msys2下面的rust,而不是windows版本的rust. > > 如果只是使用的话,建议到action里面,找最近运行成功的条目,到里面下载exe安装包 https://github.com/Kingtous/RustPlayer/actions/workflows/rust.yml > > 请教下,windows的prerelease是直接把ffmpeg依赖库内置在exe文件中了吗?还是额外安装了一遍? 目前windows的依赖是内置到了exe文件中。
Any good news here about this issue? I've split the `setCustomCursor` channel be 3 ones (`createCustomCursor`, `deleteCustomCursor`, `setCustomCursor`), just like @dkwingsmt mentioned here, which gives a better way to handle...
> My apology for being late. The PR looks generally OK. I think the method channel is a good enough implementation for now since we're bound to make the universal...
Appreciated. To ensure it's worked with the latest master channel of flutter. I'll test the commit with our custom cursor plugin again. Sorry for a little delay :)
> No problem, let me know when it's ready :) Thank you so much for working on this! I've tested this commit with the latest flutter/engine, it works perfectly with...
Reproducible, seems it affects whole desktop platforms which supports mouse cursors.