fixed pubspec file

This commit is contained in:
amirrezaghabeli
2025-08-03 11:07:16 +03:30
parent 89033f0aaa
commit 5a6387765a
7 changed files with 38 additions and 46 deletions
+3
View File
@@ -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';
}
+2
View File
@@ -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);
}
+3
View File
@@ -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';
}