Updated web icon

Use new package and generate iOS icons
This commit is contained in:
PartyDonut 2024-10-10 23:41:15 +02:00
parent ecf5b05f3a
commit 9c69e05b75
11 changed files with 67 additions and 71 deletions

8
.vscode/tasks.json vendored
View file

@ -71,15 +71,13 @@
"detail": ""
},
{
"type": "flutter",
"type": "dart",
"command": "dart",
"args": [
"run",
"flutter_launcher_icons"
"icons_launcher:create"
],
"group": "build",
"problemMatcher": [],
"label": "flutter: flutter create launcher icons",
"label": "dart: generate launcher icons",
"detail": ""
}
],