New icons

This commit is contained in:
Andrew 2023-03-11 19:08:30 +07:00
parent 94d6cf984f
commit 11ea1fdaa2
73 changed files with 317 additions and 208 deletions

25
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,25 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "huacu_mobile",
"request": "launch",
"type": "dart"
},
{
"name": "huacu_mobile (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "huacu_mobile (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}