| .. | ||
| android | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
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