feat(mobile) Add in app logging to show app's log information (#1014)

This commit is contained in:
Alex
2022-11-27 14:34:19 -06:00
committed by GitHub
parent fb3b36a569
commit 024177515d
20 changed files with 539 additions and 86 deletions

View File

@@ -47,6 +47,7 @@ dependencies:
# easy to remove packages:
image_picker: ^0.8.5+3 # only used to select user profile image from system gallery -> we can simply select an image from within immich?
logging: ^1.1.0
dev_dependencies:
flutter_test:
@@ -71,7 +72,9 @@ flutter:
- family: SnowburstOne
fonts:
- asset: fonts/SnowburstOne.ttf
- family: Inconsolata
fonts:
- asset: fonts/Inconsolata-Regular.ttf
flutter_icons:
image_path_android: "assets/immich-logo-no-outline.png"
image_path_ios: "assets/immich-logo-no-outline.png"