12 lines
402 B
Markdown
12 lines
402 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. ALT protobuf bindings and the proto-socket client layer should be added under `lib/src` after `packages/contracts` generation is introduced.
|
|
|
|
```bash
|
|
flutter pub get
|
|
flutter run -d chrome
|
|
flutter test
|
|
flutter analyze --no-fatal-infos
|
|
```
|