1. 将市场数据卡片中的"流通池"标签改名为"已分配积分股" - 展示值不变,仍为 totalMined(全网已挖矿产出总量) 2. "已销毁量"新增点击交互,点击弹出"销毁明细"对话框: - 系统总销毁量(blackHoleAmount):当前页面已展示的黑洞销毁总量 - 全网兑换销毁量(circulationPool):卖出交易实际产生的流通池金额 - 标签旁显示 info_outline 图标提示可点击 3. 重构 _buildMarketDataItem,拆分出 _buildMarketDataItemContent: - _buildMarketDataItem:包含 Expanded 包裹,供普通数据项使用 - _buildMarketDataItemContent:纯内容组件,支持 showTapHint 参数 - 避免 Row > GestureDetector > Expanded 的布局冲突 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| DEVELOPMENT_GUIDE.md | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
mining_app
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.