alt/apps/client
2026-05-30 17:49:51 +09:00
..
android initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
integration_test feat: worker persistence layer and socket session updates 2026-05-28 19:05:10 +09:00
ios initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +09:00
lib refactor: update socket client and clean up backtest analysis files 2026-05-30 16:18:29 +09:00
linux chore: update roadmap and client platform registrations 2026-05-30 17:49:51 +09:00
macos chore: update roadmap and client platform registrations 2026-05-30 17:49:51 +09:00
test refactor: update socket client and clean up backtest analysis files 2026-05-30 16:18:29 +09:00
test_runtime feat: worker persistence layer and socket session updates 2026-05-28 19:05:10 +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 chore: update roadmap and client platform registrations 2026-05-30 17:49:51 +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 chore: update roadmap and client platform registrations 2026-05-30 17:49:51 +09:00
pubspec.yaml chore: update roadmap and client platform registrations 2026-05-30 17:49:51 +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