- 所有卡片背景使用 AppColors.cardOf(context) 动态颜色 - 所有文字颜色改用动态方法 textPrimaryOf/textSecondaryOf/textMutedOf - 图标背景透明度根据深色模式调整 (isDark ? 0.2 : 0.1) - 分隔线和边框使用 AppColors.borderOf(context) - 移除未使用的静态颜色常量 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| 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.