溪枫JK

Results 4 issues of 溪枫JK

> * 新增仅删除Flutter侧缓存(remove from flutter mmkvCache) > * 执行clear操作时,默认删除带'mmkv.flutter.'前缀的key,不会清空defaultMMKV缓存池

`PointSelector`用2点之间的距离筛选出`nearestDistance`(代码如下),这套算法在饼图和日出图中会算出错误的`nearestIndex`,导致`tooltip`展示异常。我还没来得及学习`Graphic`专业知识,不清楚作者后续是否会增加一个判断角度的`AngleSelector`,如果`Graphic`专业领域中不需要`AngleSelector`,那希望作者开放更多的定制接口,以方便其他开发者定制图表功能。 ```C final point = coord.invert(points.single); if (dim == null) { updateNearest = (attributes) { final offset = attributes.representPoint - point; // The neighborhood is an approximate square. final distance...

很强大的库,但是没找到合适的api可以不静止状态去刷新StickyHeaderWidget,我尝试过重新实例StickyHeaderController(),但是有肉眼可见的闪烁。

dart analyze failed when use `Color` class in test。 `version`: 2.2.0 ```C A value of type 'Color (where Color is defined in *sky_engine/lib/ui/painting.dart)' can't be assigned to a variable of...