feat : app version check in splash

This commit is contained in:
2025-07-20 11:31:23 +03:30
parent 1cfc6e2dbd
commit 3808161c88
9 changed files with 443 additions and 11 deletions

View File

@@ -37,4 +37,6 @@ extension XString on String {
final dateTime = DateTime.parse(this);
return Jalali.fromDateTime(dateTime);
}
int get versionNumber => int.parse(replaceAll(".",''));
}