fixed pubspec file
This commit is contained in:
@@ -7,4 +7,7 @@ class AssetsManager {
|
||||
static const passwordIcon = 'assets/svgs/password_icon.svg';
|
||||
static const passwordVisibility = 'assets/svgs/password_visibility.svg';
|
||||
static const passwordVisibilityOff = 'assets/svgs/password_visibility.svg';
|
||||
|
||||
// tenders page
|
||||
static const tenderLogo = 'assets/icons/tenderLogo.png';
|
||||
}
|
||||
|
||||
@@ -20,4 +20,6 @@ class AppColors {
|
||||
static const Color successColor = Color(0xFF28A745);
|
||||
static const Color errorColor = Color(0xFFDC3545);
|
||||
static const Color warningColor = Color(0xFFFFC107);
|
||||
|
||||
static const Color grey70 = Color(0xFF444444);
|
||||
}
|
||||
|
||||
@@ -32,4 +32,7 @@ class AppStrings {
|
||||
static const String tenderValue = 'Tender Value';
|
||||
static const String thunderStatus = 'Thunder status';
|
||||
static const String yourTenders = 'Your tenders';
|
||||
|
||||
//Tenders
|
||||
static const String tendersTitle = 'Tenders';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user