alt/apps/client
2026-05-28 05:54:55 +09:00
..
android initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
ios initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
lib chore: update client contracts and README 2026-05-28 05:54:55 +09:00
linux initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
macos initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
test chore: update client contracts and README 2026-05-28 05:54:55 +09:00
tool feat: contract codegen baseline - add proto code generation for client and server 2026-05-28 05:29:03 +09:00
web initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
windows initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
.gitignore initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
.metadata initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
analysis_options.yaml initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
pubspec.lock feat: contract codegen baseline - add proto code generation for client and server 2026-05-28 05:29:03 +09:00
pubspec.yaml feat: contract codegen baseline - add proto code generation for client and server 2026-05-28 05:29:03 +09:00
README.md chore: update client contracts and README 2026-05-28 05:54:55 +09:00

ALT Client

Flutter client for ALT web, mobile, and desktop targets.

This app uses Riverpod for state and dependency boundaries, and go_router for navigation. Generated ALT protobuf files live under lib/src/generated/alt/v1. Client parser map helpers live under lib/src/contracts. Do not edit generated files by hand; run ../../bin/contracts-gen.

flutter pub get
flutter run -d chrome
flutter test
flutter analyze --no-fatal-infos