alt/apps/client/README.md

402 B

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