Implement Scanner-View

This commit is contained in:
2025-04-13 00:17:06 +02:00
parent c0b8a8a3f4
commit 95353735b0
19 changed files with 961 additions and 179 deletions

View File

@@ -14,9 +14,9 @@ run-linux:
_JAVA_OPTIONS="" flutter run -d linux
# runs app locally (web | not really supported)
run-linux:
run-web:
dart run build_runner build
_JAVA_OPTIONS="" flutter run -d web
_JAVA_OPTIONS="" flutter run -d chrome
# runs on android device (must have network adb enabled teh correct IP)
run-android:
@@ -42,7 +42,7 @@ fix:
dart fix --apply
gen:
flutter pub run build_runner build
dart run build_runner build
# run `make run` in another terminal (or another variant of flutter run)
autoreload:
@@ -63,4 +63,7 @@ clean:
upgrade:
flutter upgrade
flutter pub upgrade
flutter doctor
flutter doctor
aider:
aider --model gemini-2.5-pro --no-auto-commits --no-dirty-commits --test-cmd "flutter build linux" --auto-test --subtree-only