adding basic navbar to the app and fixing camera loading.

This commit is contained in:
Lucas Oskorep
2022-08-28 21:39:43 -04:00
parent c3420067e0
commit 342e567736
3 changed files with 202 additions and 98 deletions
+14 -14
View File
@@ -49,17 +49,17 @@ deploy-android-job:
- MacOS
build-ios-debug:
stage: build
only:
- branches
script:
- sh install_tflite.sh -d
- flutter build ipa
# artifacts:
# name: ios-debug
# paths:
# - build/app/outputs/bundle/debug/app-debug.aab
# - build/app/outputs/flutter-apk/app-release.apk
tags:
- MacOS
#build-ios-debug:
# stage: build
# only:
# - branches
# script:
# - sh install_tflite.sh -d
# - flutter build ipa
## artifacts:
## name: ios-debug
## paths:
## - build/app/outputs/bundle/debug/app-debug.aab
## - build/app/outputs/flutter-apk/app-release.apk
# tags:
# - MacOS