LinXunFeng

Results 15 comments of LinXunFeng

@narakai 是的 : )

For demonstration, I adjusted the above `HexColor` and the changes are as follows (not important and can be ignored) ```diff class HexColor extends Color { static int _getColorFromHex(String hexColor) {...

@felangel Due to some third-party packages, I cannot upgrade to Flutter 3.22 for the time being, and I am still using 3.19.6 and Shorebird CLI v1.1.6. ```shell ❯ shorebird --version...

Thanks to @2ZeroSix for providing a workaround to the slow compilation issue with Xcode 16. I have built a wrapper based on that workaround, hoping it can help those in...