Implement Scanner-View
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user