|
|
4ad05770ed
|
fix: 改进 Flutter Web 加载指示器隐藏逻辑
使用五种方式确保加载指示器被正确隐藏:
- Flutter 第一帧渲染完成事件
- Flutter 引擎初始化检查
- 10秒超时保护
- 页面加载后检查 Flutter 视图
- 定期轮询检查 Flutter 视图
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-24 18:58:40 +08:00 |
|
|
|
6bf54eb849
|
fix: 修复 Flutter Web 白屏问题
- main.dart: 添加全局错误处理和 FlutterError.onError
- index.html: 添加加载指示器,vconsole 仅在开发环境启用
- dio_client.dart: 添加详细错误日志,优化超时配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-24 18:54:01 +08:00 |
|
|
|
6ccb29556e
|
优化
|
2026-03-23 11:54:01 +08:00 |
|
|
|
659eb19ca4
|
优化
|
2026-03-23 11:48:47 +08:00 |
|
|
|
613d800ef9
|
feat: 添加 Flutter Web 构建产物
- 更新 .gitignore 允许 flutter_monisuo/build/web 目录
- 添加 Flutter Web release 构建文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-23 01:47:44 +08:00 |
|