- 建立完整 flutter_localizations i18n 体系:zh/zh_TW/en 三语言 - l10n.yaml + ARB 文件 (app_zh.arb 约120键作模板,zh_TW/en 对应覆盖) - localeProvider 连接 SharedPreferences language 设置,实时切换语言 - 设置页加入语言选择器(简体中文/繁体中文/English) - 我的智能体页实现解聘(解聘确认弹窗 + DELETE API)与重命名功能 - 全部页面 (~18个) UI 字符串替换为 AppLocalizations.of(context).xxx Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios/Runner/Assets.xcassets/AppIcon.appiconset | ||
| lib | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| README.md | ||
| REDESIGN_NOTES.md | ||
| analysis_options.yaml | ||
| l10n.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
README.md
it0_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.