diff options
| author | xengineering <me@xengineering.eu> | 2026-03-04 21:14:12 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-04 21:19:32 +0100 |
| commit | baaea238db0fb138d6143642a143a5289950747c (patch) | |
| tree | ea3ca6f16091ebcaa86cd9182faced5781d833d2 /flutter_launcher_icons.yaml | |
| parent | 5aa46a79e16342ae873a5d62b87a9493a1712e1d (diff) | |
| download | sia-app-baaea238db0fb138d6143642a143a5289950747c.tar sia-app-baaea238db0fb138d6143642a143a5289950747c.tar.zst sia-app-baaea238db0fb138d6143642a143a5289950747c.zip | |
Add flutter_launcher_icons
This tool allows to update icon files deep inside the source trees of
the different platforms.
Diffstat (limited to 'flutter_launcher_icons.yaml')
| -rw-r--r-- | flutter_launcher_icons.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
