hodor
hodor
Could you please clarify what you mean in your previous message? It appears to be written in Chinese characters. If you can provide a translation or more context, I would...
I tried according to the configuration, but kept reporting errors. The following is the log of the project output 2023-09-27 10:43:37.727764+0800 Knapsack[1005:38787] [Sync Event] Start 2023-09-27 10:43:37.727913+0800 Knapsack[1005:38787] [Sync Event]...
 I created a `RecordType` using my own account, and used the `public_database` as I wanted to check whether the data was successfully synced on the CloudKit dashboard. However, I...
I can basically confirm that there is indeed a problem with the framework, and I can upload it using the original API
@ryanashcraft I am using real device for testing, and the system is iOS16+. Therefore, I really hope that you can provide a demo without any issues. I highly doubt the...
I fixed that problem and add a show animation
# Flutter Shape 类继承关系全览 ### 1. ShapeBorder(抽象基类) - **作用**:所有形状边框的基类,定义形状轮廓和绘制行为 - **核心功能**: ```dart Path getOuterPath(Rect rect); // 获取形状路径 void paint(Canvas canvas, Rect rect); // 绘制形状 ShapeBorder scale(double t); // 形状缩放 ```...