998eb716dc
DataTable 只有设了 onSelectChanged 才追踪鼠标状态,但加回调会 出现复选框。改用 Table + IntrinsicColumnWidth 保持列宽自动计算, 每行通过 MouseRegion + ValueNotifier<int> 共享悬停状态,真正实现 行级 hover 高亮(#F5F7FF)。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.