Fixed pagination bug in tender like filter and fixed current page bug in same page

This commit is contained in:
llsajjad
2025-09-14 13:56:20 +03:30
parent 451fbb6e55
commit d47c85ffd4
6 changed files with 60 additions and 50 deletions
@@ -18,4 +18,7 @@ class YourTendersStrings {
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';
}