refactor in notification and liked tenders page

This commit is contained in:
llsajjad
2025-09-18 09:04:24 +03:30
parent e854793850
commit eb4df7f6da
7 changed files with 211 additions and 252 deletions
@@ -6,4 +6,10 @@ class NotificationStrings {
static const String unread = 'Unread';
static const String important = 'Important';
static const String markAllAsReadButton = 'Mark all as read';
static const String page = 'page';
static const String selectPage = 'selectPage';
static const String currentPage = 'currentPage';
static const String of = 'of';
static const String totalPages = 'totalPages';
}