alt/apps/client/README.md

15 lines
455 B
Markdown

# 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`.
```bash
flutter pub get
flutter run -d chrome
flutter test
flutter analyze --no-fatal-infos
```