This commit is contained in:
mohammad
2024-11-13 14:54:05 +03:00
parent 69de4b4c00
commit 93f6489d22
3 changed files with 145 additions and 51 deletions

View File

@ -1106,4 +1106,6 @@ class Assets {
static const String updateIcon = "assets/icons/update_icon.svg";
static const String emptyUpdateIcon = "assets/icons/empty_update_icon.svg";
static const String checkUpdateIcon = "assets/icons/check_update_icon.svg";
}