Repository Guidelines
Core Flutter code lives in `lib/`, with `main.dart` bootstrapping `home.dart`, shared widgets under `lib/widgets/`, and localization delegates in `lib/l10n/`. Platform shells and installers live in `android/`, `ios/`, `macos/`, `windows/`, `linux/`, and `web/`, while release automation sits in `fast