Skip to content

Commit a07f3ec

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 96d98af commit a07f3ec

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
43.7 KB
Loading

assets/icon/app_icon.png

-18.9 KB
Loading

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ flutter:
7171
flutter_launcher_icons:
7272
android: true
7373
ios: true
74-
image_path: "assets/icon/app_icon.png"
74+
image_path_ios: "assets/icon/app_icon.png"
75+
remove_alpha_ios: true
76+
adaptive_icon_foreground: "assets/icon/adaptive_foreground.png"
77+
adaptive_icon_background: "261147"

0 commit comments

Comments
 (0)