TwinStar

Results 6 issues of TwinStar

I really like FTXUI, but I've run into some issues that are not conducive to productivity. The first is the selection of text, in FTXUI I can't seem to select...

enhancement

The version of winsdk I am using is 22621 and I encountered the error when compiling: ambigous symbol, and when I commented MENUPARTSEX in ThemeHelper, the program compiled successfully. ![Snipaste_23-01-24_11-26-44](https://user-images.githubusercontent.com/37923060/214206417-7bea7fe3-2db9-41f9-9111-1d0b9478e8b2.png)...

enhancement

在没有苹果开发者账号的情况下,无法直接打包 IPA 文件,但是可以制作无签名的 IPA 文件。 只需要将 `flutter build ios` 命令生成的 `Runner.app` 放置在一个空的 `Payload` 目录,之后压缩为 `zip` 并修改后缀名为 `ipa` 。 虽然不能上架 appstore ,但可以将无签名的 IPA 直接分发给用户,让用户通过 AltStore 、TrollStore 等工具自签并安装。

### Steps to reproduce On my Android device, the `Text` widget has strange clipping behavior when the following conditions are met: 1. `Text` is the first child of `Column`, and...

in triage

On Windows, when an app is started with a URL, the system passes the URL to the app as argv[1]. However, developers may need to customize some command line parameters,...

enhancement

I hope that materialfiles can support applink (for example, `materialfiles://view/path/to/file`), so that users can jump to materialfiles through hyperlinks in other applications (such as browsers). In iOS, the system app...