added your tenders screen

This commit is contained in:
amirrezaghabeli
2025-08-05 19:18:47 +03:30
parent 9f6c458e15
commit 21d13ac072
24 changed files with 682 additions and 63 deletions
+6
View File
@@ -35,4 +35,10 @@ class AppStrings {
//Tenders
static const String tendersTitle = 'Tenders';
//profile
static const String profile = 'Profile';
//your tenders
static const String yourTendersTitle = 'Your tenders';
}