From baaea238db0fb138d6143642a143a5289950747c Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 4 Mar 2026 21:14:12 +0100 Subject: Add flutter_launcher_icons This tool allows to update icon files deep inside the source trees of the different platforms. --- flutter_launcher_icons.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 flutter_launcher_icons.yaml (limited to 'flutter_launcher_icons.yaml') diff --git a/flutter_launcher_icons.yaml b/flutter_launcher_icons.yaml new file mode 100644 index 0000000..d94a8aa --- /dev/null +++ b/flutter_launcher_icons.yaml @@ -0,0 +1,8 @@ +flutter_launcher_icons: + image_path: "icon/android/default.png" + + android: "launcher_icon" + min_sdk_android: 21 + adaptive_icon_background: "icon/android/background.png" + adaptive_icon_foreground: "icon/android/foreground.png" + adaptive_icon_foreground_inset: 16 -- cgit v1.3