Channel QR Code scanner [WIP]

This commit is contained in:
2024-10-19 22:33:08 +02:00
parent 1cf14e65a9
commit cc672d2f20
11 changed files with 228 additions and 11 deletions

View File

@@ -17,7 +17,17 @@ run-android:
adb connect 10.10.10.177:5555
flutter pub run build_runner build
_JAVA_OPTIONS="" flutter run -d 10.10.10.177:5555
install-release:
# Install on Pixel 7a
flutter build apk --release
flutter install --release -d 35221JEHN07157
build-release:
flutter build apk --release
flutter build appbundle --release
flutter build linux --release
test:
dart analyze