added string for every screen and removed from app strings
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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';
|
||||
}
|
||||
Reference in New Issue
Block a user