Files
2025-09-30 12:14:05 +03:30

21 lines
901 B
Dart

class HomeStrings {
HomeStrings._();
static const String home = 'Home';
static const String partnership = 'Partnership';
static const String selfApply = 'Self-apply';
static const String contracting = 'Contracting';
static const String tenderSubmitted = 'Tenders submitted';
static const String approvedTenders = 'Approved tenders';
static const String tenderValue = 'Tender Value';
static const String thunderStatus = 'Thunder status';
static const String likedTenders = 'Liked Tenders';
static const String yourTenders = 'Your tenders';
static const String recommendation = 'Recommendation';
static const String welcome = 'Welcome';
static const String tenderDeadline = 'Deadline';
static const String recommendedTenders = 'Recommended Tenders';
static const String tenderMatchProfile = 'Match with your profile';
static const String seeMoreButton = 'See More';
}