feat: new BLogic changes

This commit is contained in:
2025-10-29 15:44:24 +03:30
parent 815a30d7f7
commit 4bc356a0df
26 changed files with 775 additions and 588 deletions

View File

@@ -32,6 +32,10 @@ extension XString on String? {
return '$this KG';
}
String get addReal {
return ' $this ریال';
}
DateTime get toDateTime => DateTime.parse(this ?? '');
String get formattedJalaliDate {