Added icons logo

This commit is contained in:
Alex Tran
2022-02-04 10:41:51 -06:00
parent 20cab5a949
commit 09964e4b16
30 changed files with 109 additions and 15 deletions

View File

@@ -26,6 +26,7 @@ dependencies:
exif: ^3.1.1
transparent_image: ^2.0.0
visibility_detector: ^0.2.2
flutter_launcher_icons: "^0.9.2"
dev_dependencies:
flutter_test:
@@ -39,3 +40,9 @@ flutter:
uses-material-design: true
assets:
- assets/
flutter_icons:
image_path_android: "assets/immich-logo-no-outline.png"
image_path_ios: "assets/immich-logo-no-outline.png"
android: true # can specify file name here e.g. "ic_launcher"
ios: true # can specify file name here e.g. "My-Launcher-Icon