[2026-02-17] 预种计划购买页面 (pre_planting_purchase_page.dart) 完整功能: - 并行加载数据(余额 + 配置 + 资格 + 持仓) - 余额卡片:显示绿积分可用余额,支持刷新 - 合并进度卡片:显示当前 N/5 份进度条 + 已合成树数 - 省市选择:首次购买使用 city_pickers 选择,续购自动锁定复用 - 份数选择器:+/- 按钮 + 输入框,自动校验余额和资格限制 - 价格明细:单价 3171 USDT、最大可购买数、本次总价 - 购买确认弹窗:含合并预告(购买后将自动合成提示) - 开关关闭禁用态:显示不可购买原因 - 错误重试、加载中状态完备 UI 风格与现有认种页面 (planting_quantity_page) 完全一致: - 渐变背景 (#FFF7E6 → #EAE0C8) - 金色主色调 (#D4AF37) - 棕色文字 (#5D4037) - 卡片容器带阴影 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| android | ||
| assets | ||
| docs | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| scripts | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| CLAUDE.md | ||
| README.MD | ||
| analysis_options.yaml | ||
| flutter_android_update_guide.md | ||
| flutter_telemetry_solution.md | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| quickly.lottie | ||
| stickman.lottie | ||
README.MD
Create Flutter Framework
C:\Users\ph\Desktop\app>flutter create --org com.rwadurian rwa_android_app
Creating project rwa_android_app...
Resolving dependencies in `rwa_android_app`... (3.7s)
Downloading packages...
Got dependencies in `rwa_android_app`.
Wrote 130 files.
All done!
You can find general documentation for Flutter at: https://docs.flutter.dev/
Detailed API documentation is available at: https://api.flutter.dev/
If you prefer video documentation, consider: https://www.youtube.com/c/flutterdev
In order to run your application, type:
$ cd rwa_android_app
$ flutter run
Your application code is in rwa_android_app\lib\main.dart.
rwa_android_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.