Jack Feng
Jack Feng
I was directly downloaded into the library project. Solve the problem arc. However, an error log is as follows. ``` shell Undefined symbols for architecture x86_64: "_xmlFreeDoc", referenced from: -[DAVResponse...
混淆方式全开,性能感觉降低了很多。去掉 `-mllvm -irobf-cff` 后,性能可以接受了,一般会使用哪几种混淆方式呢。
1.FFLabel长文本,用约束布局不能准确计算高度。 2.FFLabel偶尔会出现文字字体变小的情况。 3.FFLabel因为拦截了触摸事件,如果点击到不是高亮文字的区域,无法响应父控件的事件。

### :speech_balloon: Description I hope shortcuts can be generated automatically after installation. ### :question: Platform Windows
要做全平台的QQ登录,需要 `unionid` 才能实现,希望后续版本可以新增 `unionid`,我先自己改改用了额
比如下面这些热键,注册后无法监听到热键,并且系统热键还是生效的 ```dart // macOS HotKey(KeyCode.space, modifiers: [KeyModifier.meta], scope: HotKeyScope.system); HotKey(KeyCode.space, modifiers: [KeyModifier.meta, KeyModifier.alt], scope: HotKeyScope.system); // Windows HotKey(KeyCode.tab, modifiers: [KeyModifier.meta], scope: HotKeyScope.system); HotKey(KeyCode.tab, modifiers: [KeyModifier.alt], scope: HotKeyScope.system); HotKey(KeyCode.f4, modifiers: [KeyModifier.alt],...
This library is very friendly to iOS developers, unfortunately Sliver List is not supported. Hope to add a SilverGroupedListView to support Sliver List.
I can use the class `PLStaticWallpaperImageViewController` on iOS9.x.x. But after the upgrade iOS10 not be able to do so.
你好! 比如cell里这一段文字使用了HYLabel,整个label区域点击将不会响应父控件的事件。