luoqiz
luoqiz
> 可以做一个 使用 justauth 登陆成功后,交由security管理的demo吗 我写了一个spring security整合justauth 的项目,你可以参考一下,地址:https://gitee.com/luoqiz/justauth-spring-security-starter.git
比较详细的介绍 https://www.yuque.com/luoqiz/vzz44e/ypklli
请问什么时候能发布正式版呢?新项目,准备使用mycat2
好
不是 jeecg, 是vben框架。
我在网上看到一个后台,感觉他这个表格功能挺完善的,可以参考一下。 https://code.exmay.com/h5/pages/article/detail?id=1291
How's it going now?
``` dependency_overrides: flutter_sound: git: url: https://github.com/rajkovukovic/flutter_sound.git ref: 65159f55abff63394ba192034220f254710ac67a depth: 1 ```  @rajkovukovic I get this error, how should I fix it?
``` BrnDeleteTag( controller: controller.controller, tagTextStyle: const TextStyle(color: Colors.white, fontSize: 18), deleteIconSize: const Size(14, 14), // shape: DashedOutlineBorder(color: Colors.red, borderRadius: 18), shape: RoundedRectangleBorder( side: BorderSide(width: 10, color: Colors.blue), borderRadius: BorderRadius.circular(8)), deleteIconColor:...
将BorderSide 放到 clip组件上即可