zystudios

Results 35 comments of zystudios

you can use buttonBuilder return custom button ``` GroupButton( isRadio: true, onSelected: (value, index, isSelected) { print('$index button is selected'); }, buttonBuilder: (selected, value, context) { return ElevatedButton( style: ElevatedButton.styleFrom(...

> Is there any way to disable elevated effect when long press button see above

me too... Because app depends on dio_http_cache ^0.3.0 which depends on json_serializable ^4.1.4, json_serializable ^4.1.4 is required. So, because app depends on json_serializable ^6.1.4, version solving failed. pub get failed...

Because app depends on dio_http_cache ^0.3.0 which depends on json_serializable ^4.1.4, json_serializable ^4.1.4 is required. So, because app depends on json_serializable ^6.1.4, version solving failed. pub get failed (1; So,...

这个我之前见过svg版本的,当时还以为js写的,看了下是svg

如果是很多文字的穿梭用css怎么实现

作者的css确实很厉害,点赞 经历过不少实际项目,感觉svg用的越来越多了,svg也支持animation,甚至也能做出很多复杂的效果,也有工具自动生成,什么时间轴,运动曲线,动态效果应有尽有,感觉后面svg是前端新的ui趋势了

```python def cached( self, timeout: Optional[int] = None, key_prefix: str = "view/%s", # line 240

> Hi @zystudios, > > You expose 2 problems in your issue : > > 1. the main one : "key_prefix can support func" -> could be resolved by [Redis(Cache)...

> 我深受数据库版本影响,我用的7.0.5 😭: > > ```shell > log: mongodb load success... > (node:253592) UnhandledPromiseRejectionWarning: MongoError: Unsupported OP_QUERY command: insert. The client driver may require an upgrade. For more details see...