Tousking
Tousking
We are creating AppImage for rustdesk, which can greatly improve the user experience using it. We use `appimage-builder` to create the AppImage and follow the instructions on offical website of...
用mpflutter写了个简单的微信小程序《轮班工作日历》,目前也已审核上线,开心~ 总体来说,能复用Flutter栈写微信小程序,对于我这种不太会ts、js的开发者来说,是个重磅功能。mpflutter给flutter写微信小程序提供了可能。总体谈一下个人体验的一些想法和优化思路哈。 体验: 1. hot reload works!好起来了。 2. 与微信小程序开发工具联动相当nice。 遇到的问题: 1. 第三方日历组件几乎全军覆没,因为没有PageController组件支持,mpflutter使用的是mpcontroller。最后只能自己用GridView造了个简单的日历组件。 2. 其他人分享了这个微信小程序,但是通过分享进入小程序,有时会遇到白屏情况。 3. 页面跳转比较慢,要个1-2s。 4. `void main()`函数改为async函数,在函数内调用一条`await`指令,无法启动小程序,点击debug后命令直接return 0。例如: ```dart void main() async { WidgetsFlutterBinding.ensureInitialized(); await initService(); runApp(const MyAPP());...
This PR adds an additional interface to set custom cursor on windows, which fixes issues mentioned below. Currently, Customizing `MouseCursor` on windows is not working, the customed mouse will restore...
This PR brings: - fix: scroll becomes slow when scroll quickly (scroll multiple times in seconds). - feat: add trackpad support. currently trackpad not working when use custom scroll. BREAKING...
related: https://github.com/rustdesk/rustdesk/issues/3141
### Is there an existing issue for this? - [X] I have searched the existing issues ### SubTasks # Proposal ## Background RustDesk is an open-source tool for remote desktops,...
Hi from [Dora team](https://www.dora.run/), which powers web developers to build their 3d websites in just a few seconds. This PR fixes: https://github.com/flutter/flutter/issues/133443, related: https://github.com/flutter/flutter/issues/58546 The original codes attempts to cache...
Hi from [Dora team](https://www.dora.run/), which powers web developers to build their 3d websites in just a few seconds. This PR fixes https://github.com/flutter/flutter/issues/133134. The size of the shared canvas should not...
The `Texture` widget cannot run in the sub window, which will easily cause crash on Linux (not every time). Seems there's some data-race problems with multiple windows which has a...
This PR adds link libraries which are necessary for static build. This PR fixes error shown below: ``` note: avcodec.lib(mfenc.o) : error LNK2001: 无法解析的外部符号 IID_ICodecAPI avcodec.lib(mfenc.o) : error LNK2001: 无法解析的外部符号...