alt/apps/client
toki 88c673d973 feat: contract codegen baseline - add proto code generation for client and server
- Add proto files for backtest and market domains
- Generate Go code in packages/contracts/gen/go
- Generate Dart code in apps/client/lib/src/generated
- Add contracts-gen and contracts-check binaries
- Update pubspec.yaml with protoc dependencies
- Update go.work with new module
2026-05-28 05:29:03 +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 feat: contract codegen baseline - add proto code generation for client and server 2026-05-28 05:29:03 +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 initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +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 initial: project scaffold with agent-ops, cli, client, services, packages 2026-05-24 21:23:30 +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. ALT protobuf bindings and the proto-socket client layer should be added under lib/src after packages/contracts generation is introduced.

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