Files
jiu/client
wangjia 998eb716dc fix(client): 修复表格 hover 效果不生效
DataTable 只有设了 onSelectChanged 才追踪鼠标状态,但加回调会
出现复选框。改用 Table + IntrinsicColumnWidth 保持列宽自动计算,
每行通过 MouseRegion + ValueNotifier<int> 共享悬停状态,真正实现
行级 hover 高亮(#F5F7FF)。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 00:38:56 +08:00
..

jiu_client

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.