Add filter dialog and bottom sheet for tenders

This commit is contained in:
llsajjad
2025-08-31 16:24:35 +03:30
parent bf6fbea9a9
commit 96540c3cb3
9 changed files with 314 additions and 57 deletions
+1
View File
@@ -51,6 +51,7 @@ class AssetsManager {
static const tickCircle = 'assets/icons/tick-circle.svg';
static const arrowLeft = 'assets/svgs/arrow_left.svg';
static const export = 'assets/svgs/export.svg';
static const trailingIcon = 'assets/icons/trailing_icon.svg';
//profile page
static const sun = 'assets/icons/sun.svg';
+11
View File
@@ -62,6 +62,17 @@ class AppStrings {
//your tenders
static const String yourTendersTitle = 'Your tenders';
static const filter = 'Filter';
static const selectDateRange = 'Select date range';
static const status = 'Status';
static const all = 'All';
static const likeTenders = 'Like tenders';
static const dislikeTenders = 'Dislike tenders';
static const tendersSubmitted = 'Tenders submitted';
static const confirm = 'Confirm';
static const startDate = 'YYYY/MM/DD';
static const endDate = 'YYYY/MM/DD';
// Tender Detail Page
static const String tenderDetailTitle = 'Tender Detail';