Add filter dialog and bottom sheet for tenders
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user