Tousking

Results 99 comments of Tousking

> 感谢反馈,我这开个vm试一下

> 学长,我的也是arch+kde。也是不能暗黑i模式的 ![image](https://user-images.githubusercontent.com/90889293/178919130-dddd6699-59e2-4b2f-901f-a5e9f493f27e.png) > > 还有一个小问题,网速显示有问题,之一都是0,但还是可以访问ytb ![image](https://user-images.githubusercontent.com/90889293/178919595-118c8dfc-dfa3-4aab-ae00-721c7d356807.png) 有兴趣提个PR吗~

可以描述一下吗

> 我这边看一下。有兴趣提个PR吗?

> Thanks for your kind reply :). Another question is `libgtk-3-0`, `appimage-builder` bundles whole `libgtk-3-0` into AppImage(brings lots of dependencies like gnutls, libglib-2.0), but I found some of distros crashes...

> AFIK there are no known issues with libgtk-3-0. I use a Gimp recipe for testing it, maybe you could share the broken bundle so I could take a closer...

any issues found in this AppImage? :)

Same issue here. I'm on Manjaro 21.2.6, `rodio 0.15`

我个人对mpflutter很感兴趣,想用个第三方日历插件,发现三方的都无法正常使用。主要是其中用到了`PageController`,而mpflutter使用的是`MPPageController`。最后只能自己用GridView造个轮子。 不能用的插件列举: ``` [calendar_view](https://pub.flutter-io.cn/packages/calendar_view) [table_calendar](https://pub.flutter-io.cn/packages/table_calendar) [cr_calendar](https://pub.flutter-io.cn/packages/cr_calendar) ``` 用mpflutter简单写了个微信小程序《轮班工作日历》,复用flutter栈很爽,感谢作者!