changed safe areas and filter string

This commit is contained in:
amirrezaghabeli
2025-09-28 08:50:43 +03:30
parent 7b8660cc25
commit 82d907ef74
5 changed files with 104 additions and 103 deletions
@@ -15,10 +15,11 @@ class YourTendersStrings {
static const approvedTenders = 'Approved tenders';
static const noTenders = 'No data available';
static const selectPublicationRangeDate = 'Select publication date range';
static const selectCreationRangeDate = 'Select Creation date range';
static const noLikedTenders = 'You havent liked any tenders yet !';
static const noDislikedTenders = 'You havent disliked any tenders yet !';
static const noTendersSubmitted = 'You havent submitted any tenders yet !';
static const page = 'Page';
static const of = 'of';
static const selectPage ='Select Page';
static const selectPage = 'Select Page';
}